#D473EF

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

Shades of Heliotrope #D473EF

Tints of Heliotrope #D473EF

Color information

#D473EF (or 0xD473EF) is unknown color: approx Heliotrope. HEX triplet: D4, 73 and EF. RGB value is (212,115,239). Sum of RGB (Red+Green+Blue) = 212+115+239=566 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.46% from 566); Green value is 115 (45.31% from 255 or 20.32% from 566); Blue value is 239 (93.75% from 255 or 42.23% from 566); Max value from RGB is 239 - color contains mainly: blue. Hex color #D473EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D473EF is #2B8C10. Grayscale: #9D9D9D. Windows color (decimal): -2853905 or 15692756. OLE color: 15692756.

HSL color Cylindrical-coordinate representation of color #D473EF: hue angle of 286.94º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D473EF is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB212115239-
CMYK0.110.5200.06
HSL286.94º79.49%69.41%-
HSV(B)286.94º51.88%93.73%-
XYZ48.8632.4985.36-
YUV158.14173.64166.42-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.46%
GREEN value IS 115 (45.31% from 255) = 20.32%
BLUE value IS 239 (93.75% from 255) = 42.23%
R=37.46%
G=20.32%
B=42.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2121152390.110.5200.06286.9479.4969.41
HexD473EFB340611f4f45
Octal324163357136406437117105
Binary110101001110011111011111011110100011010001111110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D473EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D473EF; }

 p { color: rgb(212,115,239); }

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

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

 a { background-color: rgb(212,115,239); }

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

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

 span { border-color: rgb(212,115,239); }

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