#DF7DF2

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

Shades of Heliotrope #DF7DF2

Tints of Heliotrope #DF7DF2

Color information

#DF7DF2 (or 0xDF7DF2) is unknown color: approx Heliotrope. HEX triplet: DF, 7D and F2. RGB value is (223,125,242). Sum of RGB (Red+Green+Blue) = 223+125+242=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 125 (49.22% from 255 or 21.19% from 590); Blue value is 242 (94.92% from 255 or 41.02% from 590); Max value from RGB is 242 - color contains mainly: blue. Hex color #DF7DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF7DF2 is #20820D. Grayscale: #A7A7A7. Windows color (decimal): -2130446 or 15891935. OLE color: 15891935.

HSL color Cylindrical-coordinate representation of color #DF7DF2: hue angle of 290.26º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF7DF2 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB223125242-
CMYK0.080.4800.05
HSL290.26º81.82%71.96%-
HSV(B)290.26º48.35%94.9%-
XYZ53.7936.7788.27-
YUV167.64169.97167.49-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.80%
GREEN value IS 125 (49.22% from 255) = 21.19%
BLUE value IS 242 (94.92% from 255) = 41.02%
R=37.80%
G=21.19%
B=41.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2231252420.080.4800.05290.2681.8271.96
HexDF7DF2830051225248
Octal337175362106005442122110
Binary110111111111101111100101000110000010110010001010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7DF2; }

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

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

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

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

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

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

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

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