Shades of Heliotrope #DF6FFB
Tints of Heliotrope #DF6FFB
RGB
CMYK
RGB Variations
Color information
#DF6FFB (or 0xDF6FFB) is known color: Heliotrope. HEX triplet: DF, 6F and FB. RGB value is (223,111,251). Sum of RGB (Red+Green+Blue) = 223+111+251=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 111 (43.75% from 255 or 18.97% from 585); Blue value is 251 (98.44% from 255 or 42.91% from 585); Max value from RGB is 251 - color contains mainly: blue. Hex color #DF6FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF6FFB is #209004. Grayscale: #A0A0A0. Windows color (decimal): -2134021 or 16478175. OLE color: 16478175.
HSL color Cylindrical-coordinate representation of color #DF6FFB: hue angle of 288º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF6FFB is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 111 | 251 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.02 |
| HSL | 288º | 0.95% | 0.71% | - |
| HSV(B) | 288º | 0.56% | 0.98% | - |
| XYZ | 53.53 | 34.02 | 95.01 | - |
| YUV | 160.45 | 179.11 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 111 | 251 | 0.11 | 0.56 | 0 | 0.02 | 288 | 0.95 | 0.71 |
| Hex | DF | 6F | FB | B | 38 | 0 | 2 | 120 | 5F | 47 |
| Octal | 337 | 157 | 373 | 13 | 70 | 0 | 2 | 440 | 137 | 107 |
| Binary | 11011111 | 1101111 | 11111011 | 1011 | 111000 | 0 | 10 | 100100000 | 1011111 | 1000111 |
Color Harmonies of #DF6FFB
Complementary color
Monochromatic Colors of #DF6FFB
Black with #DF6FFB
Text Example
Text Example
White with #DF6FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6FFB; }
p { color: rgb(223,111,251); }
H1.HeaderClassName
{
color: #DF6FFB;
}
.AnyTagClassName
{
color: #DF6FFB;
}
</style>
background-color css
<style>
a { background-color: #DF6FFB; }
a { background-color: rgb(223,111,251); }
div.DivClassName
{
background-color: #DF6FFB;
}
.BgClassName
{
background-color: #DF6FFB;
}
</style>
border-color css
<style>
span { border-color: #DF6FFB; }
span { border-color: rgb(223,111,251); }
td.TdClassName
{
border-color: #DF6FFB;
}
.TagClassName
{
border-color: #DF6FFB;
}
</style>