Shades of Heliotrope #DB69F0
Tints of Heliotrope #DB69F0
RGB
CMYK
RGB Variations
Color information
#DB69F0 (or 0xDB69F0) is known color: Heliotrope. HEX triplet: DB, 69 and F0. RGB value is (219,105,240). Sum of RGB (Red+Green+Blue) = 219+105+240=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 105 (41.41% from 255 or 18.62% from 564); Blue value is 240 (94.14% from 255 or 42.55% from 564); Max value from RGB is 240 - color contains mainly: blue. Hex color #DB69F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB69F0 is #24960F. Grayscale: #9A9A9A. Windows color (decimal): -2397712 or 15755739. OLE color: 15755739.
HSL color Cylindrical-coordinate representation of color #DB69F0: hue angle of 290.67º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB69F0 is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 105 | 240 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.06 |
| HSL | 290.67º | 0.82% | 0.68% | - |
| HSV(B) | 290.67º | 0.56% | 0.94% | - |
| XYZ | 49.99 | 31.45 | 85.87 | - |
| YUV | 154.48 | 176.27 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 240 | 0.09 | 0.56 | 0 | 0.06 | 290.67 | 0.82 | 0.68 |
| Hex | DB | 69 | F0 | 9 | 38 | 0 | 6 | 123 | 52 | 44 |
| Octal | 333 | 151 | 360 | 11 | 70 | 0 | 6 | 443 | 122 | 104 |
| Binary | 11011011 | 1101001 | 11110000 | 1001 | 111000 | 0 | 110 | 100100011 | 1010010 | 1000100 |
Color Harmonies of #DB69F0
Complementary color
Monochromatic Colors of #DB69F0
Black with #DB69F0
Text Example
Text Example
White with #DB69F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB69F0; }
p { color: rgb(219,105,240); }
H1.HeaderClassName
{
color: #DB69F0;
}
.AnyTagClassName
{
color: #DB69F0;
}
</style>
background-color css
<style>
a { background-color: #DB69F0; }
a { background-color: rgb(219,105,240); }
div.DivClassName
{
background-color: #DB69F0;
}
.BgClassName
{
background-color: #DB69F0;
}
</style>
border-color css
<style>
span { border-color: #DB69F0; }
span { border-color: rgb(219,105,240); }
td.TdClassName
{
border-color: #DB69F0;
}
.TagClassName
{
border-color: #DB69F0;
}
</style>