Shades of Heliotrope #DB68FB
Tints of Heliotrope #DB68FB
RGB
CMYK
RGB Variations
Color information
#DB68FB (or 0xDB68FB) is known color: Heliotrope. HEX triplet: DB, 68 and FB. RGB value is (219,104,251). Sum of RGB (Red+Green+Blue) = 219+104+251=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 104 (41.02% from 255 or 18.12% from 574); Blue value is 251 (98.44% from 255 or 43.73% from 574); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB68FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB68FB is #249704. Grayscale: #9A9A9A. Windows color (decimal): -2397957 or 16476379. OLE color: 16476379.
HSL color Cylindrical-coordinate representation of color #DB68FB: hue angle of 286.94º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB68FB is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 104 | 251 | - |
| CMYK | 0.13 | 0.59 | 0 | 0.02 |
| HSL | 286.94º | 0.95% | 0.7% | - |
| HSV(B) | 286.94º | 0.59% | 0.98% | - |
| XYZ | 51.58 | 31.93 | 94.71 | - |
| YUV | 155.14 | 182.1 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 251 | 0.13 | 0.59 | 0 | 0.02 | 286.94 | 0.95 | 0.7 |
| Hex | DB | 68 | FB | D | 3B | 0 | 2 | 11F | 5F | 46 |
| Octal | 333 | 150 | 373 | 15 | 73 | 0 | 2 | 437 | 137 | 106 |
| Binary | 11011011 | 1101000 | 11111011 | 1101 | 111011 | 0 | 10 | 100011111 | 1011111 | 1000110 |
Color Harmonies of #DB68FB
Complementary color
Monochromatic Colors of #DB68FB
Black with #DB68FB
Text Example
Text Example
White with #DB68FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB68FB; }
p { color: rgb(219,104,251); }
H1.HeaderClassName
{
color: #DB68FB;
}
.AnyTagClassName
{
color: #DB68FB;
}
</style>
background-color css
<style>
a { background-color: #DB68FB; }
a { background-color: rgb(219,104,251); }
div.DivClassName
{
background-color: #DB68FB;
}
.BgClassName
{
background-color: #DB68FB;
}
</style>
border-color css
<style>
span { border-color: #DB68FB; }
span { border-color: rgb(219,104,251); }
td.TdClassName
{
border-color: #DB68FB;
}
.TagClassName
{
border-color: #DB68FB;
}
</style>