Shades of Heliotrope #DB65F3
Tints of Heliotrope #DB65F3
RGB
CMYK
RGB Variations
Color information
#DB65F3 (or 0xDB65F3) is known color: Heliotrope. HEX triplet: DB, 65 and F3. RGB value is (219,101,243). Sum of RGB (Red+Green+Blue) = 219+101+243=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 101 (39.84% from 255 or 17.94% from 563); Blue value is 243 (95.31% from 255 or 43.16% from 563); Max value from RGB is 243 - color contains mainly: blue. Hex color #DB65F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB65F3 is #249A0C. Grayscale: #989898. Windows color (decimal): -2398733 or 15951323. OLE color: 15951323.
HSL color Cylindrical-coordinate representation of color #DB65F3: hue angle of 289.86º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB65F3 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 101 | 243 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.05 |
| HSL | 289.86º | 0.86% | 0.67% | - |
| HSV(B) | 289.86º | 0.58% | 0.95% | - |
| XYZ | 50.04 | 30.84 | 88.11 | - |
| YUV | 152.47 | 179.09 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 243 | 0.10 | 0.58 | 0 | 0.05 | 289.86 | 0.86 | 0.67 |
| Hex | DB | 65 | F3 | A | 3A | 0 | 5 | 122 | 56 | 43 |
| Octal | 333 | 145 | 363 | 12 | 72 | 0 | 5 | 442 | 126 | 103 |
| Binary | 11011011 | 1100101 | 11110011 | 1010 | 111010 | 0 | 101 | 100100010 | 1010110 | 1000011 |
Color Harmonies of #DB65F3
Complementary color
Monochromatic Colors of #DB65F3
Black with #DB65F3
Text Example
Text Example
White with #DB65F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB65F3; }
p { color: rgb(219,101,243); }
H1.HeaderClassName
{
color: #DB65F3;
}
.AnyTagClassName
{
color: #DB65F3;
}
</style>
background-color css
<style>
a { background-color: #DB65F3; }
a { background-color: rgb(219,101,243); }
div.DivClassName
{
background-color: #DB65F3;
}
.BgClassName
{
background-color: #DB65F3;
}
</style>
border-color css
<style>
span { border-color: #DB65F3; }
span { border-color: rgb(219,101,243); }
td.TdClassName
{
border-color: #DB65F3;
}
.TagClassName
{
border-color: #DB65F3;
}
</style>