Shades of Heliotrope #DF69FF
Tints of Heliotrope #DF69FF
RGB
CMYK
RGB Variations
Color information
#DF69FF (or 0xDF69FF) is known color: Heliotrope. HEX triplet: DF, 69 and FF. RGB value is (223,105,255). Sum of RGB (Red+Green+Blue) = 223+105+255=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 105 (41.41% from 255 or 18.01% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF69FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF69FF is #209600. Grayscale: #9C9C9C. Windows color (decimal): -2135553 or 16738783. OLE color: 16738783.
HSL color Cylindrical-coordinate representation of color #DF69FF: hue angle of 287.2º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DF69FF is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 105 | 255 | - |
| CMYK | 0.13 | 0.59 | 0 | 0 |
| HSL | 287.2º | 1% | 0.71% | - |
| HSV(B) | 287.2º | 0.59% | 1% | - |
| XYZ | 53.53 | 33.01 | 98.16 | - |
| YUV | 157.38 | 183.09 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 105 | 255 | 0.13 | 0.59 | 0 | 0 | 287.2 | 1 | 0.71 |
| Hex | DF | 69 | FF | D | 3B | 0 | 0 | 11F | 64 | 47 |
| Octal | 337 | 151 | 377 | 15 | 73 | 0 | 0 | 437 | 144 | 107 |
| Binary | 11011111 | 1101001 | 11111111 | 1101 | 111011 | 0 | 0 | 100011111 | 1100100 | 1000111 |
Color Harmonies of #DF69FF
Complementary color
Monochromatic Colors of #DF69FF
Black with #DF69FF
Text Example
Text Example
White with #DF69FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF69FF; }
p { color: rgb(223,105,255); }
H1.HeaderClassName
{
color: #DF69FF;
}
.AnyTagClassName
{
color: #DF69FF;
}
</style>
background-color css
<style>
a { background-color: #DF69FF; }
a { background-color: rgb(223,105,255); }
div.DivClassName
{
background-color: #DF69FF;
}
.BgClassName
{
background-color: #DF69FF;
}
</style>
border-color css
<style>
span { border-color: #DF69FF; }
span { border-color: rgb(223,105,255); }
td.TdClassName
{
border-color: #DF69FF;
}
.TagClassName
{
border-color: #DF69FF;
}
</style>