#D461EA

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

Shades of Heliotrope #D461EA

Tints of Heliotrope #D461EA

Color information

#D461EA (or 0xD461EA) is unknown color: approx Heliotrope. HEX triplet: D4, 61 and EA. RGB value is (212,97,234). Sum of RGB (Red+Green+Blue) = 212+97+234=543 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.04% from 543); Green value is 97 (38.28% from 255 or 17.86% from 543); Blue value is 234 (91.80% from 255 or 43.09% from 543); Max value from RGB is 234 - color contains mainly: blue. Hex color #D461EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D461EA is #2B9E15. Grayscale: #929292. Windows color (decimal): -2858518 or 15360468. OLE color: 15360468.

HSL color Cylindrical-coordinate representation of color #D461EA: hue angle of 290.36º 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 #D461EA is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB21297234-
CMYK0.090.5900.08
HSL290.36º76.54%64.9%-
HSV(B)290.36º58.55%91.76%-
XYZ46.2828.4980.9-
YUV147177.1174.36-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.04%
GREEN value IS 97 (38.28% from 255) = 17.86%
BLUE value IS 234 (91.80% from 255) = 43.09%
R=39.04%
G=17.86%
B=43.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal212972340.090.5900.08290.3676.5464.9
HexD461EA93B081224d41
Octal3241413521173010442115101
Binary1101010011000011110101010011110110100010010001010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D461EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D461EA; }

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

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

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

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

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

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

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

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