Shades of Heliotrope #DF5AFB
Tints of Heliotrope #DF5AFB
RGB
CMYK
RGB Variations
Color information
#DF5AFB (or 0xDF5AFB) is known color: Heliotrope. HEX triplet: DF, 5A and FB. RGB value is (223,90,251). Sum of RGB (Red+Green+Blue) = 223+90+251=564 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.54% from 564); Green value is 90 (35.55% from 255 or 15.96% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #DF5AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF5AFB is #20A504. Grayscale: #939393. Windows color (decimal): -2139397 or 16472799. OLE color: 16472799.
HSL color Cylindrical-coordinate representation of color #DF5AFB: hue angle of 289.57º 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 #DF5AFB is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 90 | 251 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.02 |
| HSL | 289.57º | 0.95% | 0.67% | - |
| HSV(B) | 289.57º | 0.64% | 0.98% | - |
| XYZ | 51.5 | 29.97 | 94.34 | - |
| YUV | 148.12 | 186.06 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 90 | 251 | 0.11 | 0.64 | 0 | 0.02 | 289.57 | 0.95 | 0.67 |
| Hex | DF | 5A | FB | B | 40 | 0 | 2 | 122 | 5F | 43 |
| Octal | 337 | 132 | 373 | 13 | 100 | 0 | 2 | 442 | 137 | 103 |
| Binary | 11011111 | 1011010 | 11111011 | 1011 | 1000000 | 0 | 10 | 100100010 | 1011111 | 1000011 |
Color Harmonies of #DF5AFB
Complementary color
Monochromatic Colors of #DF5AFB
Black with #DF5AFB
Text Example
Text Example
White with #DF5AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5AFB; }
p { color: rgb(223,90,251); }
H1.HeaderClassName
{
color: #DF5AFB;
}
.AnyTagClassName
{
color: #DF5AFB;
}
</style>
background-color css
<style>
a { background-color: #DF5AFB; }
a { background-color: rgb(223,90,251); }
div.DivClassName
{
background-color: #DF5AFB;
}
.BgClassName
{
background-color: #DF5AFB;
}
</style>
border-color css
<style>
span { border-color: #DF5AFB; }
span { border-color: rgb(223,90,251); }
td.TdClassName
{
border-color: #DF5AFB;
}
.TagClassName
{
border-color: #DF5AFB;
}
</style>