Shades of Heliotrope #DB69FB
Tints of Heliotrope #DB69FB
RGB
CMYK
RGB Variations
Color information
#DB69FB (or 0xDB69FB) is known color: Heliotrope. HEX triplet: DB, 69 and FB. RGB value is (219,105,251). Sum of RGB (Red+Green+Blue) = 219+105+251=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 105 (41.41% from 255 or 18.26% from 575); Blue value is 251 (98.44% from 255 or 43.65% from 575); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB69FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB69FB is #249604. Grayscale: #9B9B9B. Windows color (decimal): -2397701 or 16476635. OLE color: 16476635.
HSL color Cylindrical-coordinate representation of color #DB69FB: hue angle of 286.85º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB69FB is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 105 | 251 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.02 |
| HSL | 286.85º | 0.95% | 0.7% | - |
| HSV(B) | 286.85º | 0.58% | 0.98% | - |
| XYZ | 51.68 | 32.13 | 94.74 | - |
| YUV | 155.73 | 181.77 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 251 | 0.13 | 0.58 | 0 | 0.02 | 286.85 | 0.95 | 0.7 |
| Hex | DB | 69 | FB | D | 3A | 0 | 2 | 11F | 5F | 46 |
| Octal | 333 | 151 | 373 | 15 | 72 | 0 | 2 | 437 | 137 | 106 |
| Binary | 11011011 | 1101001 | 11111011 | 1101 | 111010 | 0 | 10 | 100011111 | 1011111 | 1000110 |
Color Harmonies of #DB69FB
Complementary color
Monochromatic Colors of #DB69FB
Black with #DB69FB
Text Example
Text Example
White with #DB69FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB69FB; }
p { color: rgb(219,105,251); }
H1.HeaderClassName
{
color: #DB69FB;
}
.AnyTagClassName
{
color: #DB69FB;
}
</style>
background-color css
<style>
a { background-color: #DB69FB; }
a { background-color: rgb(219,105,251); }
div.DivClassName
{
background-color: #DB69FB;
}
.BgClassName
{
background-color: #DB69FB;
}
</style>
border-color css
<style>
span { border-color: #DB69FB; }
span { border-color: rgb(219,105,251); }
td.TdClassName
{
border-color: #DB69FB;
}
.TagClassName
{
border-color: #DB69FB;
}
</style>