Shades of Heliotrope #DF69F2
Tints of Heliotrope #DF69F2
RGB
CMYK
RGB Variations
Color information
#DF69F2 (or 0xDF69F2) is known color: 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
| RGB | 223 | 105 | 242 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.05 |
| HSL | 291.68º | 0.84% | 0.68% | - |
| HSV(B) | 291.68º | 0.57% | 0.95% | - |
| XYZ | 51.51 | 32.2 | 87.51 | - |
| YUV | 155.9 | 176.59 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 105 | 242 | 0.08 | 0.57 | 0 | 0.05 | 291.68 | 0.84 | 0.68 |
| Hex | DF | 69 | F2 | 8 | 39 | 0 | 5 | 124 | 54 | 44 |
| Octal | 337 | 151 | 362 | 10 | 71 | 0 | 5 | 444 | 124 | 104 |
| Binary | 11011111 | 1101001 | 11110010 | 1000 | 111001 | 0 | 101 | 100100100 | 1010100 | 1000100 |
Color Harmonies of #DF69F2
Complementary color
Monochromatic Colors of #DF69F2
Black with #DF69F2
Text Example
Text Example
White with #DF69F2
Text Example
Text Example
HTML Codes & Css Web 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>