#DF69F4

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

Shades of Heliotrope #DF69F4

Tints of Heliotrope #DF69F4

Color information

#DF69F4 (or 0xDF69F4) is unknown color: approx Heliotrope. HEX triplet: DF, 69 and F4. RGB value is (223,105,244). Sum of RGB (Red+Green+Blue) = 223+105+244=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 105 (41.41% from 255 or 18.36% from 572); Blue value is 244 (95.70% from 255 or 42.66% from 572); Max value from RGB is 244 - color contains mainly: blue. Hex color #DF69F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF69F4 is #20960B. Grayscale: #9B9B9B. Windows color (decimal): -2135564 or 16017887. OLE color: 16017887.

HSL color Cylindrical-coordinate representation of color #DF69F4: hue angle of 290.94º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF69F4 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB223105244-
CMYK0.090.5700.04
HSL290.94º86.34%68.43%-
HSV(B)290.94º56.97%95.69%-
XYZ51.8132.3289.1-
YUV156.13177.59175.7-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.99%
GREEN value IS 105 (41.41% from 255) = 18.36%
BLUE value IS 244 (95.70% from 255) = 42.66%
R=38.99%
G=18.36%
B=42.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2231052440.090.5700.04290.9486.3468.43
HexDF69F4939041235644
Octal337151364117104443126104
Binary110111111101001111101001001111001010010010001110101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF69F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF69F4; }

 p { color: rgb(223,105,244); }

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

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

 a { background-color: rgb(223,105,244); }

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

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

 span { border-color: rgb(223,105,244); }

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