#D473F6

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

Shades of Heliotrope #D473F6

Tints of Heliotrope #D473F6

Color information

#D473F6 (or 0xD473F6) is unknown color: approx Heliotrope. HEX triplet: D4, 73 and F6. RGB value is (212,115,246). Sum of RGB (Red+Green+Blue) = 212+115+246=573 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.00% from 573); Green value is 115 (45.31% from 255 or 20.07% from 573); Blue value is 246 (96.48% from 255 or 42.93% from 573); Max value from RGB is 246 - color contains mainly: blue. Hex color #D473F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D473F6 is #2B8C09. Grayscale: #9E9E9E. Windows color (decimal): -2853898 or 16151508. OLE color: 16151508.

HSL color Cylindrical-coordinate representation of color #D473F6: hue angle of 284.43º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D473F6 is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB212115246-
CMYK0.140.5300.04
HSL284.43º87.92%70.78%-
HSV(B)284.43º53.25%96.47%-
XYZ49.9232.9190.91-
YUV158.94177.14165.85-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.00%
GREEN value IS 115 (45.31% from 255) = 20.07%
BLUE value IS 246 (96.48% from 255) = 42.93%
R=37.00%
G=20.07%
B=42.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2121152460.140.5300.04284.4387.9270.78
HexD473F6E350411c5847
Octal324163366166504434130107
Binary110101001110011111101101110110101010010001110010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D473F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D473F6; }

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

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

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

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

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

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

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

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