Shades of Heliotrope #DB57FB
Tints of Heliotrope #DB57FB
RGB
CMYK
RGB Variations
Color information
#DB57FB (or 0xDB57FB) is known color: Heliotrope. HEX triplet: DB, 57 and FB. RGB value is (219,87,251). Sum of RGB (Red+Green+Blue) = 219+87+251=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 87 (34.38% from 255 or 15.62% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB57FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB57FB is #24A804. Grayscale: #909090. Windows color (decimal): -2402309 or 16472027. OLE color: 16472027.
HSL color Cylindrical-coordinate representation of color #DB57FB: hue angle of 288.29º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB57FB is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 87 | 251 | - |
| CMYK | 0.13 | 0.65 | 0 | 0.02 |
| HSL | 288.29º | 0.95% | 0.66% | - |
| HSV(B) | 288.29º | 0.65% | 0.98% | - |
| XYZ | 50.03 | 28.84 | 94.2 | - |
| YUV | 145.16 | 187.73 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 87 | 251 | 0.13 | 0.65 | 0 | 0.02 | 288.29 | 0.95 | 0.66 |
| Hex | DB | 57 | FB | D | 41 | 0 | 2 | 120 | 5F | 42 |
| Octal | 333 | 127 | 373 | 15 | 101 | 0 | 2 | 440 | 137 | 102 |
| Binary | 11011011 | 1010111 | 11111011 | 1101 | 1000001 | 0 | 10 | 100100000 | 1011111 | 1000010 |
Color Harmonies of #DB57FB
Complementary color
Monochromatic Colors of #DB57FB
Black with #DB57FB
Text Example
Text Example
White with #DB57FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB57FB; }
p { color: rgb(219,87,251); }
H1.HeaderClassName
{
color: #DB57FB;
}
.AnyTagClassName
{
color: #DB57FB;
}
</style>
background-color css
<style>
a { background-color: #DB57FB; }
a { background-color: rgb(219,87,251); }
div.DivClassName
{
background-color: #DB57FB;
}
.BgClassName
{
background-color: #DB57FB;
}
</style>
border-color css
<style>
span { border-color: #DB57FB; }
span { border-color: rgb(219,87,251); }
td.TdClassName
{
border-color: #DB57FB;
}
.TagClassName
{
border-color: #DB57FB;
}
</style>