Shades of Heliotrope #DB61FC
Tints of Heliotrope #DB61FC
RGB
CMYK
RGB Variations
Color information
#DB61FC (or 0xDB61FC) is known color: Heliotrope. HEX triplet: DB, 61 and FC. RGB value is (219,97,252). Sum of RGB (Red+Green+Blue) = 219+97+252=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 97 (38.28% from 255 or 17.08% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB61FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB61FC is #249E03. Grayscale: #969696. Windows color (decimal): -2399748 or 16540123. OLE color: 16540123.
HSL color Cylindrical-coordinate representation of color #DB61FC: hue angle of 287.23º 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 #DB61FC is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 97 | 252 | - |
| CMYK | 0.13 | 0.62 | 0 | 0.01 |
| HSL | 287.23º | 0.96% | 0.68% | - |
| HSV(B) | 287.23º | 0.62% | 0.99% | - |
| XYZ | 51.06 | 30.64 | 95.32 | - |
| YUV | 151.15 | 184.92 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 252 | 0.13 | 0.62 | 0 | 0.01 | 287.23 | 0.96 | 0.68 |
| Hex | DB | 61 | FC | D | 3E | 0 | 1 | 11F | 60 | 44 |
| Octal | 333 | 141 | 374 | 15 | 76 | 0 | 1 | 437 | 140 | 104 |
| Binary | 11011011 | 1100001 | 11111100 | 1101 | 111110 | 0 | 1 | 100011111 | 1100000 | 1000100 |
Color Harmonies of #DB61FC
Complementary color
Monochromatic Colors of #DB61FC
Black with #DB61FC
Text Example
Text Example
White with #DB61FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB61FC; }
p { color: rgb(219,97,252); }
H1.HeaderClassName
{
color: #DB61FC;
}
.AnyTagClassName
{
color: #DB61FC;
}
</style>
background-color css
<style>
a { background-color: #DB61FC; }
a { background-color: rgb(219,97,252); }
div.DivClassName
{
background-color: #DB61FC;
}
.BgClassName
{
background-color: #DB61FC;
}
</style>
border-color css
<style>
span { border-color: #DB61FC; }
span { border-color: rgb(219,97,252); }
td.TdClassName
{
border-color: #DB61FC;
}
.TagClassName
{
border-color: #DB61FC;
}
</style>