Shades of Heliotrope #DF7EFB
Tints of Heliotrope #DF7EFB
RGB
CMYK
RGB Variations
Color information
#DF7EFB (or 0xDF7EFB) is known color: Heliotrope. HEX triplet: DF, 7E and FB. RGB value is (223,126,251). Sum of RGB (Red+Green+Blue) = 223+126+251=600 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.17% from 600); Green value is 126 (49.61% from 255 or 21% from 600); Blue value is 251 (98.44% from 255 or 41.83% from 600); Max value from RGB is 251 - color contains mainly: blue. Hex color #DF7EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF7EFB is #208104. Grayscale: #A8A8A8. Windows color (decimal): -2130181 or 16482015. OLE color: 16482015.
HSL color Cylindrical-coordinate representation of color #DF7EFB: hue angle of 286.56º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF7EFB is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 126 | 251 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.02 |
| HSL | 286.56º | 0.94% | 0.74% | - |
| HSV(B) | 286.56º | 0.5% | 0.98% | - |
| XYZ | 55.3 | 37.57 | 95.6 | - |
| YUV | 169.25 | 174.14 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 126 | 251 | 0.11 | 0.50 | 0 | 0.02 | 286.56 | 0.94 | 0.74 |
| Hex | DF | 7E | FB | B | 32 | 0 | 2 | 11F | 5E | 4A |
| Octal | 337 | 176 | 373 | 13 | 62 | 0 | 2 | 437 | 136 | 112 |
| Binary | 11011111 | 1111110 | 11111011 | 1011 | 110010 | 0 | 10 | 100011111 | 1011110 | 1001010 |
Color Harmonies of #DF7EFB
Complementary color
Monochromatic Colors of #DF7EFB
Black with #DF7EFB
Text Example
Text Example
White with #DF7EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7EFB; }
p { color: rgb(223,126,251); }
H1.HeaderClassName
{
color: #DF7EFB;
}
.AnyTagClassName
{
color: #DF7EFB;
}
</style>
background-color css
<style>
a { background-color: #DF7EFB; }
a { background-color: rgb(223,126,251); }
div.DivClassName
{
background-color: #DF7EFB;
}
.BgClassName
{
background-color: #DF7EFB;
}
</style>
border-color css
<style>
span { border-color: #DF7EFB; }
span { border-color: rgb(223,126,251); }
td.TdClassName
{
border-color: #DF7EFB;
}
.TagClassName
{
border-color: #DF7EFB;
}
</style>