#D471EE

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

Shades of Heliotrope #D471EE

Tints of Heliotrope #D471EE

Color information

#D471EE (or 0xD471EE) is unknown color: approx Heliotrope. HEX triplet: D4, 71 and EE. RGB value is (212,113,238). Sum of RGB (Red+Green+Blue) = 212+113+238=563 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.66% from 563); Green value is 113 (44.53% from 255 or 20.07% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 238 - color contains mainly: blue. Hex color #D471EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D471EE is #2B8E11. Grayscale: #9C9C9C. Windows color (decimal): -2854418 or 15626708. OLE color: 15626708.

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

Color convert

RGB212113238-
CMYK0.110.5300.07
HSL287.52º78.62%68.82%-
HSV(B)287.52º52.52%93.33%-
XYZ48.4931.9884.51-
YUV156.85173.8167.34-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.66%
GREEN value IS 113 (44.53% from 255) = 20.07%
BLUE value IS 238 (93.36% from 255) = 42.27%
R=37.66%
G=20.07%
B=42.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2121132380.110.5300.07287.5278.6268.82
HexD471EEB35071204f45
Octal324161356136507440117105
Binary110101001110001111011101011110101011110010000010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D471EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D471EE; }

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

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

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

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

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

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

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

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