#D161EA

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

Shades of Heliotrope #D161EA

Tints of Heliotrope #D161EA

Color information

#D161EA (or 0xD161EA) is unknown color: approx Heliotrope. HEX triplet: D1, 61 and EA. RGB value is (209,97,234). Sum of RGB (Red+Green+Blue) = 209+97+234=540 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.70% from 540); Green value is 97 (38.28% from 255 or 17.96% from 540); Blue value is 234 (91.80% from 255 or 43.33% from 540); Max value from RGB is 234 - color contains mainly: blue. Hex color #D161EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D161EA is #2E9E15. Grayscale: #919191. Windows color (decimal): -3055126 or 15360465. OLE color: 15360465.

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

Color convert

RGB20997234-
CMYK0.110.5900.08
HSL289.05º76.54%64.9%-
HSV(B)289.05º58.55%91.76%-
XYZ45.4228.0580.86-
YUV146.11177.61172.86-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.70%
GREEN value IS 97 (38.28% from 255) = 17.96%
BLUE value IS 234 (91.80% from 255) = 43.33%
R=38.70%
G=17.96%
B=43.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal209972340.110.5900.08289.0576.5464.9
HexD161EAB3B081214d41
Octal3211413521373010441115101
Binary1101000111000011110101010111110110100010010000110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D161EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D161EA; }

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

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

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

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

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

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

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

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