Shades of Heliotrope #DF5BFB
Tints of Heliotrope #DF5BFB
RGB
CMYK
RGB Variations
Color information
#DF5BFB (or 0xDF5BFB) is known color: Heliotrope. HEX triplet: DF, 5B and FB. RGB value is (223,91,251). Sum of RGB (Red+Green+Blue) = 223+91+251=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 91 (35.94% from 255 or 16.11% from 565); Blue value is 251 (98.44% from 255 or 44.42% from 565); Max value from RGB is 251 - color contains mainly: blue. Hex color #DF5BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF5BFB is #20A404. Grayscale: #949494. Windows color (decimal): -2139141 or 16473055. OLE color: 16473055.
HSL color Cylindrical-coordinate representation of color #DF5BFB: hue angle of 289.5º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF5BFB is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 91 | 251 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.02 |
| HSL | 289.5º | 0.95% | 0.67% | - |
| HSV(B) | 289.5º | 0.64% | 0.98% | - |
| XYZ | 51.59 | 30.14 | 94.36 | - |
| YUV | 148.71 | 185.73 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 91 | 251 | 0.11 | 0.64 | 0 | 0.02 | 289.5 | 0.95 | 0.67 |
| Hex | DF | 5B | FB | B | 40 | 0 | 2 | 122 | 5F | 43 |
| Octal | 337 | 133 | 373 | 13 | 100 | 0 | 2 | 442 | 137 | 103 |
| Binary | 11011111 | 1011011 | 11111011 | 1011 | 1000000 | 0 | 10 | 100100010 | 1011111 | 1000011 |
Color Harmonies of #DF5BFB
Complementary color
Monochromatic Colors of #DF5BFB
Black with #DF5BFB
Text Example
Text Example
White with #DF5BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5BFB; }
p { color: rgb(223,91,251); }
H1.HeaderClassName
{
color: #DF5BFB;
}
.AnyTagClassName
{
color: #DF5BFB;
}
</style>
background-color css
<style>
a { background-color: #DF5BFB; }
a { background-color: rgb(223,91,251); }
div.DivClassName
{
background-color: #DF5BFB;
}
.BgClassName
{
background-color: #DF5BFB;
}
</style>
border-color css
<style>
span { border-color: #DF5BFB; }
span { border-color: rgb(223,91,251); }
td.TdClassName
{
border-color: #DF5BFB;
}
.TagClassName
{
border-color: #DF5BFB;
}
</style>