Shades of Heliotrope #DB4FFD
Tints of Heliotrope #DB4FFD
RGB
CMYK
RGB Variations
Color information
#DB4FFD (or 0xDB4FFD) is known color: Heliotrope. HEX triplet: DB, 4F and FD. RGB value is (219,79,253). Sum of RGB (Red+Green+Blue) = 219+79+253=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 79 (31.25% from 255 or 14.34% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB4FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB4FFD is #24B002. Grayscale: #8C8C8C. Windows color (decimal): -2404355 or 16601051. OLE color: 16601051.
HSL color Cylindrical-coordinate representation of color #DB4FFD: hue angle of 288.28º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB4FFD is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 79 | 253 | - |
| CMYK | 0.13 | 0.69 | 0 | 0.01 |
| HSL | 288.28º | 0.98% | 0.65% | - |
| HSV(B) | 288.28º | 0.69% | 0.99% | - |
| XYZ | 49.74 | 27.74 | 95.66 | - |
| YUV | 140.7 | 191.38 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 79 | 253 | 0.13 | 0.69 | 0 | 0.01 | 288.28 | 0.98 | 0.65 |
| Hex | DB | 4F | FD | D | 45 | 0 | 1 | 120 | 62 | 41 |
| Octal | 333 | 117 | 375 | 15 | 105 | 0 | 1 | 440 | 142 | 101 |
| Binary | 11011011 | 1001111 | 11111101 | 1101 | 1000101 | 0 | 1 | 100100000 | 1100010 | 1000001 |
Color Harmonies of #DB4FFD
Complementary color
Monochromatic Colors of #DB4FFD
Black with #DB4FFD
Text Example
Text Example
White with #DB4FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4FFD; }
p { color: rgb(219,79,253); }
H1.HeaderClassName
{
color: #DB4FFD;
}
.AnyTagClassName
{
color: #DB4FFD;
}
</style>
background-color css
<style>
a { background-color: #DB4FFD; }
a { background-color: rgb(219,79,253); }
div.DivClassName
{
background-color: #DB4FFD;
}
.BgClassName
{
background-color: #DB4FFD;
}
</style>
border-color css
<style>
span { border-color: #DB4FFD; }
span { border-color: rgb(219,79,253); }
td.TdClassName
{
border-color: #DB4FFD;
}
.TagClassName
{
border-color: #DB4FFD;
}
</style>