Shades of Heliotrope #DB64FF
Tints of Heliotrope #DB64FF
RGB
CMYK
RGB Variations
Color information
#DB64FF (or 0xDB64FF) is known color: Heliotrope. HEX triplet: DB, 64 and FF. RGB value is (219,100,255). Sum of RGB (Red+Green+Blue) = 219+100+255=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 100 (39.45% from 255 or 17.42% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB64FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB64FF is #249B00. Grayscale: #989898. Windows color (decimal): -2398977 or 16737499. OLE color: 16737499.
HSL color Cylindrical-coordinate representation of color #DB64FF: hue angle of 286.06º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB64FF is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 100 | 255 | - |
| CMYK | 0.14 | 0.61 | 0 | 0 |
| HSL | 286.06º | 1% | 0.7% | - |
| HSV(B) | 286.06º | 0.61% | 1% | - |
| XYZ | 51.82 | 31.39 | 97.94 | - |
| YUV | 153.25 | 185.42 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 100 | 255 | 0.14 | 0.61 | 0 | 0 | 286.06 | 1 | 0.7 |
| Hex | DB | 64 | FF | E | 3D | 0 | 0 | 11E | 64 | 46 |
| Octal | 333 | 144 | 377 | 16 | 75 | 0 | 0 | 436 | 144 | 106 |
| Binary | 11011011 | 1100100 | 11111111 | 1110 | 111101 | 0 | 0 | 100011110 | 1100100 | 1000110 |
Color Harmonies of #DB64FF
Complementary color
Monochromatic Colors of #DB64FF
Black with #DB64FF
Text Example
Text Example
White with #DB64FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB64FF; }
p { color: rgb(219,100,255); }
H1.HeaderClassName
{
color: #DB64FF;
}
.AnyTagClassName
{
color: #DB64FF;
}
</style>
background-color css
<style>
a { background-color: #DB64FF; }
a { background-color: rgb(219,100,255); }
div.DivClassName
{
background-color: #DB64FF;
}
.BgClassName
{
background-color: #DB64FF;
}
</style>
border-color css
<style>
span { border-color: #DB64FF; }
span { border-color: rgb(219,100,255); }
td.TdClassName
{
border-color: #DB64FF;
}
.TagClassName
{
border-color: #DB64FF;
}
</style>