#D572EE

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

Shades of Heliotrope #D572EE

Tints of Heliotrope #D572EE

Color information

#D572EE (or 0xD572EE) is unknown color: approx Heliotrope. HEX triplet: D5, 72 and EE. RGB value is (213,114,238). Sum of RGB (Red+Green+Blue) = 213+114+238=565 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.70% from 565); Green value is 114 (44.92% from 255 or 20.18% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 238 - color contains mainly: blue. Hex color #D572EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D572EE is #2A8D11. Grayscale: #9D9D9D. Windows color (decimal): -2788626 or 15626965. OLE color: 15626965.

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

Color convert

RGB213114238-
CMYK0.110.5200.07
HSL287.9º78.48%69.02%-
HSV(B)287.9º52.1%93.33%-
XYZ48.8932.3584.56-
YUV157.74173.3167.42-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.70%
GREEN value IS 114 (44.92% from 255) = 20.18%
BLUE value IS 238 (93.36% from 255) = 42.12%
R=37.70%
G=20.18%
B=42.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2131142380.110.5200.07287.978.4869.02
HexD572EEB34071204e45
Octal325162356136407440116105
Binary110101011110010111011101011110100011110010000010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D572EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D572EE; }

 p { color: rgb(213,114,238); }

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

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

 a { background-color: rgb(213,114,238); }

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

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

 span { border-color: rgb(213,114,238); }

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