#d185ea

Color #D185EA Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #D185EA

Tints of Heliotrope #D185EA

Color information

#D185EA (or 0xD185EA) is unknown color: approx Heliotrope. HEX triplet: D1, 85 and EA. RGB value is (209,133,234). Sum of RGB (Red+Green+Blue) = 209+133+234=576 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.28% from 576); Green value is 133 (52.34% from 255 or 23.09% from 576); Blue value is 234 (91.80% from 255 or 40.62% from 576); Max value from RGB is 234 - color contains mainly: blue. Hex color #D185EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D185EA is #2E7A15. Grayscale: #A6A6A6. Windows color (decimal): -3045910 or 15369681. OLE color: 15369681.

HSL color Cylindrical-coordinate representation of color #D185EA: hue angle of 285.15º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D185EA is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB209133234-
CMYK0.110.4300.08
HSL285.15º70.63%71.96%-
HSV(B)285.15º43.16%91.76%-
XYZ49.5336.2782.23-
YUV167.24165.68157.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 209 (82.03% from 255) = 36.28%
GREEN value IS 133 (52.34% from 255) = 23.09%
BLUE value IS 234 (91.80% from 255) = 40.62%
R=36.28%
G=23.09%
B=40.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2091332340.110.4300.08285.1570.6371.96
HexD185EAB2B0811d4748
Octal3212053521353010435107110
Binary11010001100001011110101010111010110100010001110110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d185ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d185ea; }

 p { color: rgb(209,133,234); }

 H1.HeaderClassName
 {
   color: #d185ea;
 }
 .AnyTagClassName
 {
   color: #d185ea;
 }
</style>
background-color css

<style>
 a { background-color: #d185ea; }

 a { background-color: rgb(209,133,234); }

 div.DivClassName
 {
   background-color: #d185ea;
 }
 .BgClassName
 {
   background-color: #d185ea;
 }
</style>
border-color css

<style>
 span { border-color: #d185ea; }

 span { border-color: rgb(209,133,234); }

 td.TdClassName
 {
   border-color: #d185ea;
 }
 .TagClassName
 {
   border-color: #d185ea;
 }
</style>