Shades of Heliotrope #DB57FE
Tints of Heliotrope #DB57FE
RGB
CMYK
RGB Variations
Color information
#DB57FE (or 0xDB57FE) is known color: Heliotrope. HEX triplet: DB, 57 and FE. RGB value is (219,87,254). Sum of RGB (Red+Green+Blue) = 219+87+254=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 87 (34.38% from 255 or 15.54% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB57FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB57FE is #24A801. Grayscale: #909090. Windows color (decimal): -2402306 or 16668635. OLE color: 16668635.
HSL color Cylindrical-coordinate representation of color #DB57FE: hue angle of 287.43º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB57FE is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 87 | 254 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.00 |
| HSL | 287.43º | 0.99% | 0.67% | - |
| HSV(B) | 287.43º | 0.66% | 1% | - |
| XYZ | 50.51 | 29.03 | 96.71 | - |
| YUV | 145.51 | 189.23 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 87 | 254 | 0.14 | 0.66 | 0 | 0.00 | 287.43 | 0.99 | 0.67 |
| Hex | DB | 57 | FE | E | 42 | 0 | 0 | 11F | 63 | 43 |
| Octal | 333 | 127 | 376 | 16 | 102 | 0 | 0 | 437 | 143 | 103 |
| Binary | 11011011 | 1010111 | 11111110 | 1110 | 1000010 | 0 | 0 | 100011111 | 1100011 | 1000011 |
Color Harmonies of #DB57FE
Complementary color
Monochromatic Colors of #DB57FE
Black with #DB57FE
Text Example
Text Example
White with #DB57FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB57FE; }
p { color: rgb(219,87,254); }
H1.HeaderClassName
{
color: #DB57FE;
}
.AnyTagClassName
{
color: #DB57FE;
}
</style>
background-color css
<style>
a { background-color: #DB57FE; }
a { background-color: rgb(219,87,254); }
div.DivClassName
{
background-color: #DB57FE;
}
.BgClassName
{
background-color: #DB57FE;
}
</style>
border-color css
<style>
span { border-color: #DB57FE; }
span { border-color: rgb(219,87,254); }
td.TdClassName
{
border-color: #DB57FE;
}
.TagClassName
{
border-color: #DB57FE;
}
</style>