Shades of Heliotrope #DB5BFD
Tints of Heliotrope #DB5BFD
RGB
CMYK
RGB Variations
Color information
#DB5BFD (or 0xDB5BFD) is known color: Heliotrope. HEX triplet: DB, 5B and FD. RGB value is (219,91,253). Sum of RGB (Red+Green+Blue) = 219+91+253=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 91 (35.94% from 255 or 16.16% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB5BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5BFD is #24A402. Grayscale: #939393. Windows color (decimal): -2401283 or 16604123. OLE color: 16604123.
HSL color Cylindrical-coordinate representation of color #DB5BFD: hue angle of 287.41º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB5BFD is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 91 | 253 | - |
| CMYK | 0.13 | 0.64 | 0 | 0.01 |
| HSL | 287.41º | 0.98% | 0.67% | - |
| HSV(B) | 287.41º | 0.64% | 0.99% | - |
| XYZ | 50.68 | 29.63 | 95.98 | - |
| YUV | 147.74 | 187.41 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 91 | 253 | 0.13 | 0.64 | 0 | 0.01 | 287.41 | 0.98 | 0.67 |
| Hex | DB | 5B | FD | D | 40 | 0 | 1 | 11F | 62 | 43 |
| Octal | 333 | 133 | 375 | 15 | 100 | 0 | 1 | 437 | 142 | 103 |
| Binary | 11011011 | 1011011 | 11111101 | 1101 | 1000000 | 0 | 1 | 100011111 | 1100010 | 1000011 |
Color Harmonies of #DB5BFD
Complementary color
Monochromatic Colors of #DB5BFD
Black with #DB5BFD
Text Example
Text Example
White with #DB5BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5BFD; }
p { color: rgb(219,91,253); }
H1.HeaderClassName
{
color: #DB5BFD;
}
.AnyTagClassName
{
color: #DB5BFD;
}
</style>
background-color css
<style>
a { background-color: #DB5BFD; }
a { background-color: rgb(219,91,253); }
div.DivClassName
{
background-color: #DB5BFD;
}
.BgClassName
{
background-color: #DB5BFD;
}
</style>
border-color css
<style>
span { border-color: #DB5BFD; }
span { border-color: rgb(219,91,253); }
td.TdClassName
{
border-color: #DB5BFD;
}
.TagClassName
{
border-color: #DB5BFD;
}
</style>