#DF69F2

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

Shades of Heliotrope #DF69F2

Tints of Heliotrope #DF69F2

Color information

#DF69F2 (or 0xDF69F2) is unknown color: approx Heliotrope. HEX triplet: DF, 69 and F2. RGB value is (223,105,242). Sum of RGB (Red+Green+Blue) = 223+105+242=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 105 (41.41% from 255 or 18.42% from 570); Blue value is 242 (94.92% from 255 or 42.46% from 570); Max value from RGB is 242 - color contains mainly: blue. Hex color #DF69F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF69F2 is #20960D. Grayscale: #9B9B9B. Windows color (decimal): -2135566 or 15886815. OLE color: 15886815.

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

Color convert

RGB223105242-
CMYK0.080.5700.05
HSL291.68º84.05%68.04%-
HSV(B)291.68º56.61%94.9%-
XYZ51.5132.287.51-
YUV155.9176.59175.86-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.12%
GREEN value IS 105 (41.41% from 255) = 18.42%
BLUE value IS 242 (94.92% from 255) = 42.46%
R=39.12%
G=18.42%
B=42.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2231052420.080.5700.05291.6884.0568.04
HexDF69F2839051245444
Octal337151362107105444124104
Binary110111111101001111100101000111001010110010010010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF69F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF69F2; }

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

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

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

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

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

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

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

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