#D471F4

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

Shades of Heliotrope #D471F4

Tints of Heliotrope #D471F4

Color information

#D471F4 (or 0xD471F4) is unknown color: approx Heliotrope. HEX triplet: D4, 71 and F4. RGB value is (212,113,244). Sum of RGB (Red+Green+Blue) = 212+113+244=569 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.26% from 569); Green value is 113 (44.53% from 255 or 19.86% from 569); Blue value is 244 (95.70% from 255 or 42.88% from 569); Max value from RGB is 244 - color contains mainly: blue. Hex color #D471F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D471F4 is #2B8E0B. Grayscale: #9D9D9D. Windows color (decimal): -2854412 or 16019924. OLE color: 16019924.

HSL color Cylindrical-coordinate representation of color #D471F4: hue angle of 285.34º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D471F4 is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB212113244-
CMYK0.130.5400.04
HSL285.34º85.62%70%-
HSV(B)285.34º53.69%95.69%-
XYZ49.3932.3489.23-
YUV157.54176.8166.85-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.26%
GREEN value IS 113 (44.53% from 255) = 19.86%
BLUE value IS 244 (95.70% from 255) = 42.88%
R=37.26%
G=19.86%
B=42.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2121132440.130.5400.04285.3485.6270
HexD471F4D360411d5646
Octal324161364156604435126106
Binary110101001110001111101001101110110010010001110110101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D471F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D471F4; }

 p { color: rgb(212,113,244); }

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

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

 a { background-color: rgb(212,113,244); }

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

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

 span { border-color: rgb(212,113,244); }

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