#DF72EE

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

Shades of Heliotrope #DF72EE

Tints of Heliotrope #DF72EE

Color information

#DF72EE (or 0xDF72EE) is unknown color: approx Heliotrope. HEX triplet: DF, 72 and EE. RGB value is (223,114,238). Sum of RGB (Red+Green+Blue) = 223+114+238=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 114 (44.92% from 255 or 19.83% from 575); Blue value is 238 (93.36% from 255 or 41.39% from 575); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF72EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF72EE is #208D11. Grayscale: #A0A0A0. Windows color (decimal): -2133266 or 15626975. OLE color: 15626975.

HSL color Cylindrical-coordinate representation of color #DF72EE: hue angle of 292.74º 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 #DF72EE is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB223114238-
CMYK0.060.5200.07
HSL292.74º78.48%69.02%-
HSV(B)292.74º52.1%93.33%-
XYZ51.8833.984.7-
YUV160.73171.61172.42-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.78%
GREEN value IS 114 (44.92% from 255) = 19.83%
BLUE value IS 238 (93.36% from 255) = 41.39%
R=38.78%
G=19.83%
B=41.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2231142380.060.5200.07292.7478.4869.02
HexDF72EE634071254e45
Octal33716235666407445116105
Binary11011111111001011101110110110100011110010010110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF72EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF72EE; }

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

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

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

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

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

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

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

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