Shades of Heliotrope #DF7BFB
Tints of Heliotrope #DF7BFB
RGB
CMYK
RGB Variations
Color information
#DF7BFB (or 0xDF7BFB) is known color: Heliotrope. HEX triplet: DF, 7B and FB. RGB value is (223,123,251). Sum of RGB (Red+Green+Blue) = 223+123+251=597 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.35% from 597); Green value is 123 (48.44% from 255 or 20.60% from 597); Blue value is 251 (98.44% from 255 or 42.04% from 597); Max value from RGB is 251 - color contains mainly: blue. Hex color #DF7BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF7BFB is #208404. Grayscale: #A7A7A7. Windows color (decimal): -2130949 or 16481247. OLE color: 16481247.
HSL color Cylindrical-coordinate representation of color #DF7BFB: hue angle of 286.88º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DF7BFB is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 123 | 251 | - |
| CMYK | 0.11 | 0.51 | 0 | 0.02 |
| HSL | 286.88º | 0.94% | 0.73% | - |
| HSV(B) | 286.88º | 0.51% | 0.98% | - |
| XYZ | 54.93 | 36.82 | 95.48 | - |
| YUV | 167.49 | 175.13 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 123 | 251 | 0.11 | 0.51 | 0 | 0.02 | 286.88 | 0.94 | 0.73 |
| Hex | DF | 7B | FB | B | 33 | 0 | 2 | 11F | 5E | 49 |
| Octal | 337 | 173 | 373 | 13 | 63 | 0 | 2 | 437 | 136 | 111 |
| Binary | 11011111 | 1111011 | 11111011 | 1011 | 110011 | 0 | 10 | 100011111 | 1011110 | 1001001 |
Color Harmonies of #DF7BFB
Complementary color
Monochromatic Colors of #DF7BFB
Black with #DF7BFB
Text Example
Text Example
White with #DF7BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7BFB; }
p { color: rgb(223,123,251); }
H1.HeaderClassName
{
color: #DF7BFB;
}
.AnyTagClassName
{
color: #DF7BFB;
}
</style>
background-color css
<style>
a { background-color: #DF7BFB; }
a { background-color: rgb(223,123,251); }
div.DivClassName
{
background-color: #DF7BFB;
}
.BgClassName
{
background-color: #DF7BFB;
}
</style>
border-color css
<style>
span { border-color: #DF7BFB; }
span { border-color: rgb(223,123,251); }
td.TdClassName
{
border-color: #DF7BFB;
}
.TagClassName
{
border-color: #DF7BFB;
}
</style>