Shades of Heliotrope #DB60FC
Tints of Heliotrope #DB60FC
RGB
CMYK
RGB Variations
Color information
#DB60FC (or 0xDB60FC) is known color: Heliotrope. HEX triplet: DB, 60 and FC. RGB value is (219,96,252). Sum of RGB (Red+Green+Blue) = 219+96+252=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 96 (37.89% from 255 or 16.93% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB60FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB60FC is #249F03. Grayscale: #969696. Windows color (decimal): -2400004 or 16539867. OLE color: 16539867.
HSL color Cylindrical-coordinate representation of color #DB60FC: hue angle of 287.31º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB60FC is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 96 | 252 | - |
| CMYK | 0.13 | 0.62 | 0 | 0.01 |
| HSL | 287.31º | 0.96% | 0.68% | - |
| HSV(B) | 287.31º | 0.62% | 0.99% | - |
| XYZ | 50.97 | 30.45 | 95.29 | - |
| YUV | 150.56 | 185.25 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 252 | 0.13 | 0.62 | 0 | 0.01 | 287.31 | 0.96 | 0.68 |
| Hex | DB | 60 | FC | D | 3E | 0 | 1 | 11F | 60 | 44 |
| Octal | 333 | 140 | 374 | 15 | 76 | 0 | 1 | 437 | 140 | 104 |
| Binary | 11011011 | 1100000 | 11111100 | 1101 | 111110 | 0 | 1 | 100011111 | 1100000 | 1000100 |
Color Harmonies of #DB60FC
Complementary color
Monochromatic Colors of #DB60FC
Black with #DB60FC
Text Example
Text Example
White with #DB60FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB60FC; }
p { color: rgb(219,96,252); }
H1.HeaderClassName
{
color: #DB60FC;
}
.AnyTagClassName
{
color: #DB60FC;
}
</style>
background-color css
<style>
a { background-color: #DB60FC; }
a { background-color: rgb(219,96,252); }
div.DivClassName
{
background-color: #DB60FC;
}
.BgClassName
{
background-color: #DB60FC;
}
</style>
border-color css
<style>
span { border-color: #DB60FC; }
span { border-color: rgb(219,96,252); }
td.TdClassName
{
border-color: #DB60FC;
}
.TagClassName
{
border-color: #DB60FC;
}
</style>