Shades of Heliotrope #DB7BED
Tints of Heliotrope #DB7BED
RGB
CMYK
RGB Variations
Color information
#DB7BED (or 0xDB7BED) is known color: Heliotrope. HEX triplet: DB, 7B and ED. RGB value is (219,123,237). Sum of RGB (Red+Green+Blue) = 219+123+237=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 123 (48.44% from 255 or 21.24% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB7BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7BED is #248412. Grayscale: #A4A4A4. Windows color (decimal): -2393107 or 15563739. OLE color: 15563739.
HSL color Cylindrical-coordinate representation of color #DB7BED: hue angle of 290.53º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB7BED is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 123 | 237 | - |
CMYK | 0.08 | 0.48 | 0 | 0.07 |
HSL | 290.53º | 0.76% | 0.71% | - |
HSV(B) | 290.53º | 0.48% | 0.93% | - |
XYZ | 51.58 | 35.34 | 84.22 | - |
YUV | 164.7 | 168.8 | 166.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 123 | 237 | 0.08 | 0.48 | 0 | 0.07 | 290.53 | 0.76 | 0.71 |
Hex | DB | 7B | ED | 8 | 30 | 0 | 7 | 123 | 4C | 47 |
Octal | 333 | 173 | 355 | 10 | 60 | 0 | 7 | 443 | 114 | 107 |
Binary | 11011011 | 1111011 | 11101101 | 1000 | 110000 | 0 | 111 | 100100011 | 1001100 | 1000111 |
Color Harmonies of #DB7BED
Complementary color
Monochromatic Colors of #DB7BED
Black with #DB7BED
Text Example
Text Example
White with #DB7BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7BED; }
p { color: rgb(219,123,237); }
H1.HeaderClassName
{
color: #DB7BED;
}
.AnyTagClassName
{
color: #DB7BED;
}
</style>
background-color css
<style>
a { background-color: #DB7BED; }
a { background-color: rgb(219,123,237); }
div.DivClassName
{
background-color: #DB7BED;
}
.BgClassName
{
background-color: #DB7BED;
}
</style>
border-color css
<style>
span { border-color: #DB7BED; }
span { border-color: rgb(219,123,237); }
td.TdClassName
{
border-color: #DB7BED;
}
.TagClassName
{
border-color: #DB7BED;
}
</style>