Shades of Heliotrope #DF7FFB
Tints of Heliotrope #DF7FFB
RGB
CMYK
RGB Variations
Color information
#DF7FFB (or 0xDF7FFB) is known color: Heliotrope. HEX triplet: DF, 7F and FB. RGB value is (223,127,251). Sum of RGB (Red+Green+Blue) = 223+127+251=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 127 (50% from 255 or 21.13% from 601); Blue value is 251 (98.44% from 255 or 41.76% from 601); Max value from RGB is 251 - color contains mainly: blue. Hex color #DF7FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF7FFB is #208004. Grayscale: #A9A9A9. Windows color (decimal): -2129925 or 16482271. OLE color: 16482271.
HSL color Cylindrical-coordinate representation of color #DF7FFB: hue angle of 286.45º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DF7FFB is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 127 | 251 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.02 |
| HSL | 286.45º | 0.94% | 0.74% | - |
| HSV(B) | 286.45º | 0.49% | 0.98% | - |
| XYZ | 55.43 | 37.83 | 95.65 | - |
| YUV | 169.84 | 173.8 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 127 | 251 | 0.11 | 0.49 | 0 | 0.02 | 286.45 | 0.94 | 0.74 |
| Hex | DF | 7F | FB | B | 31 | 0 | 2 | 11E | 5E | 4A |
| Octal | 337 | 177 | 373 | 13 | 61 | 0 | 2 | 436 | 136 | 112 |
| Binary | 11011111 | 1111111 | 11111011 | 1011 | 110001 | 0 | 10 | 100011110 | 1011110 | 1001010 |
Color Harmonies of #DF7FFB
Complementary color
Monochromatic Colors of #DF7FFB
Black with #DF7FFB
Text Example
Text Example
White with #DF7FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7FFB; }
p { color: rgb(223,127,251); }
H1.HeaderClassName
{
color: #DF7FFB;
}
.AnyTagClassName
{
color: #DF7FFB;
}
</style>
background-color css
<style>
a { background-color: #DF7FFB; }
a { background-color: rgb(223,127,251); }
div.DivClassName
{
background-color: #DF7FFB;
}
.BgClassName
{
background-color: #DF7FFB;
}
</style>
border-color css
<style>
span { border-color: #DF7FFB; }
span { border-color: rgb(223,127,251); }
td.TdClassName
{
border-color: #DF7FFB;
}
.TagClassName
{
border-color: #DF7FFB;
}
</style>