Shades of Heliotrope #DB5DFD
Tints of Heliotrope #DB5DFD
RGB
CMYK
RGB Variations
Color information
#DB5DFD (or 0xDB5DFD) is known color: Heliotrope. HEX triplet: DB, 5D and FD. RGB value is (219,93,253). Sum of RGB (Red+Green+Blue) = 219+93+253=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 93 (36.72% from 255 or 16.46% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB5DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5DFD is #24A202. Grayscale: #949494. Windows color (decimal): -2400771 or 16604635. OLE color: 16604635.
HSL color Cylindrical-coordinate representation of color #DB5DFD: hue angle of 287.25º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB5DFD is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 93 | 253 | - |
| CMYK | 0.13 | 0.63 | 0 | 0.01 |
| HSL | 287.25º | 0.98% | 0.68% | - |
| HSV(B) | 287.25º | 0.63% | 0.99% | - |
| XYZ | 50.86 | 29.98 | 96.03 | - |
| YUV | 148.91 | 186.74 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 253 | 0.13 | 0.63 | 0 | 0.01 | 287.25 | 0.98 | 0.68 |
| Hex | DB | 5D | FD | D | 3F | 0 | 1 | 11F | 62 | 44 |
| Octal | 333 | 135 | 375 | 15 | 77 | 0 | 1 | 437 | 142 | 104 |
| Binary | 11011011 | 1011101 | 11111101 | 1101 | 111111 | 0 | 1 | 100011111 | 1100010 | 1000100 |
Color Harmonies of #DB5DFD
Complementary color
Monochromatic Colors of #DB5DFD
Black with #DB5DFD
Text Example
Text Example
White with #DB5DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5DFD; }
p { color: rgb(219,93,253); }
H1.HeaderClassName
{
color: #DB5DFD;
}
.AnyTagClassName
{
color: #DB5DFD;
}
</style>
background-color css
<style>
a { background-color: #DB5DFD; }
a { background-color: rgb(219,93,253); }
div.DivClassName
{
background-color: #DB5DFD;
}
.BgClassName
{
background-color: #DB5DFD;
}
</style>
border-color css
<style>
span { border-color: #DB5DFD; }
span { border-color: rgb(219,93,253); }
td.TdClassName
{
border-color: #DB5DFD;
}
.TagClassName
{
border-color: #DB5DFD;
}
</style>