Shades of Heliotrope #DB65ED
Tints of Heliotrope #DB65ED
RGB
CMYK
RGB Variations
Color information
#DB65ED (or 0xDB65ED) is known color: Heliotrope. HEX triplet: DB, 65 and ED. RGB value is (219,101,237). Sum of RGB (Red+Green+Blue) = 219+101+237=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 101 (39.84% from 255 or 18.13% from 557); Blue value is 237 (92.97% from 255 or 42.55% from 557); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB65ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB65ED is #249A12. Grayscale: #979797. Windows color (decimal): -2398739 or 15558107. OLE color: 15558107.
HSL color Cylindrical-coordinate representation of color #DB65ED: hue angle of 292.06º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB65ED is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 101 | 237 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.07 |
| HSL | 292.06º | 0.79% | 0.66% | - |
| HSV(B) | 292.06º | 0.57% | 0.93% | - |
| XYZ | 49.15 | 30.48 | 83.41 | - |
| YUV | 151.79 | 176.09 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 237 | 0.08 | 0.57 | 0 | 0.07 | 292.06 | 0.79 | 0.66 |
| Hex | DB | 65 | ED | 8 | 39 | 0 | 7 | 124 | 4F | 42 |
| Octal | 333 | 145 | 355 | 10 | 71 | 0 | 7 | 444 | 117 | 102 |
| Binary | 11011011 | 1100101 | 11101101 | 1000 | 111001 | 0 | 111 | 100100100 | 1001111 | 1000010 |
Color Harmonies of #DB65ED
Complementary color
Monochromatic Colors of #DB65ED
Black with #DB65ED
Text Example
Text Example
White with #DB65ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB65ED; }
p { color: rgb(219,101,237); }
H1.HeaderClassName
{
color: #DB65ED;
}
.AnyTagClassName
{
color: #DB65ED;
}
</style>
background-color css
<style>
a { background-color: #DB65ED; }
a { background-color: rgb(219,101,237); }
div.DivClassName
{
background-color: #DB65ED;
}
.BgClassName
{
background-color: #DB65ED;
}
</style>
border-color css
<style>
span { border-color: #DB65ED; }
span { border-color: rgb(219,101,237); }
td.TdClassName
{
border-color: #DB65ED;
}
.TagClassName
{
border-color: #DB65ED;
}
</style>