#DF62F2

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

Shades of Heliotrope #DF62F2

Tints of Heliotrope #DF62F2

Color information

#DF62F2 (or 0xDF62F2) is unknown color: approx Heliotrope. HEX triplet: DF, 62 and F2. RGB value is (223,98,242). Sum of RGB (Red+Green+Blue) = 223+98+242=563 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.61% from 563); Green value is 98 (38.67% from 255 or 17.41% from 563); Blue value is 242 (94.92% from 255 or 42.98% from 563); Max value from RGB is 242 - color contains mainly: blue. Hex color #DF62F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF62F2 is #209D0D. Grayscale: #979797. Windows color (decimal): -2137358 or 15885023. OLE color: 15885023.

HSL color Cylindrical-coordinate representation of color #DF62F2: hue angle of 292.08º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DF62F2 is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB22398242-
CMYK0.080.6000.05
HSL292.08º84.71%66.67%-
HSV(B)292.08º59.5%94.9%-
XYZ50.8330.8387.28-
YUV151.79178.91178.79-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.61%
GREEN value IS 98 (38.67% from 255) = 17.41%
BLUE value IS 242 (94.92% from 255) = 42.98%
R=39.61%
G=17.41%
B=42.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal223982420.080.6000.05292.0884.7166.67
HexDF62F283C051245543
Octal337142362107405444125103
Binary110111111100010111100101000111100010110010010010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF62F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF62F2; }

 p { color: rgb(223,98,242); }

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

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

 a { background-color: rgb(223,98,242); }

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

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

 span { border-color: rgb(223,98,242); }

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