Shades of Heliotrope #DF72FB
Tints of Heliotrope #DF72FB
RGB
CMYK
RGB Variations
Color information
#DF72FB (or 0xDF72FB) is known color: Heliotrope. HEX triplet: DF, 72 and FB. RGB value is (223,114,251). Sum of RGB (Red+Green+Blue) = 223+114+251=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 114 (44.92% from 255 or 19.39% from 588); Blue value is 251 (98.44% from 255 or 42.69% from 588); Max value from RGB is 251 - color contains mainly: blue. Hex color #DF72FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF72FB is #208D04. Grayscale: #A1A1A1. Windows color (decimal): -2133253 or 16478943. OLE color: 16478943.
HSL color Cylindrical-coordinate representation of color #DF72FB: hue angle of 287.74º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF72FB is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 114 | 251 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.02 |
| HSL | 287.74º | 0.94% | 0.72% | - |
| HSV(B) | 287.74º | 0.55% | 0.98% | - |
| XYZ | 53.86 | 34.69 | 95.12 | - |
| YUV | 162.21 | 178.11 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 114 | 251 | 0.11 | 0.55 | 0 | 0.02 | 287.74 | 0.94 | 0.72 |
| Hex | DF | 72 | FB | B | 37 | 0 | 2 | 120 | 5E | 48 |
| Octal | 337 | 162 | 373 | 13 | 67 | 0 | 2 | 440 | 136 | 110 |
| Binary | 11011111 | 1110010 | 11111011 | 1011 | 110111 | 0 | 10 | 100100000 | 1011110 | 1001000 |
Color Harmonies of #DF72FB
Complementary color
Monochromatic Colors of #DF72FB
Black with #DF72FB
Text Example
Text Example
White with #DF72FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF72FB; }
p { color: rgb(223,114,251); }
H1.HeaderClassName
{
color: #DF72FB;
}
.AnyTagClassName
{
color: #DF72FB;
}
</style>
background-color css
<style>
a { background-color: #DF72FB; }
a { background-color: rgb(223,114,251); }
div.DivClassName
{
background-color: #DF72FB;
}
.BgClassName
{
background-color: #DF72FB;
}
</style>
border-color css
<style>
span { border-color: #DF72FB; }
span { border-color: rgb(223,114,251); }
td.TdClassName
{
border-color: #DF72FB;
}
.TagClassName
{
border-color: #DF72FB;
}
</style>