Shades of Heliotrope #D05DED
Tints of Heliotrope #D05DED
RGB
CMYK
RGB Variations
Color information
#D05DED (or 0xD05DED) is known color: Heliotrope. HEX triplet: D0, 5D and ED. RGB value is (208,93,237). Sum of RGB (Red+Green+Blue) = 208+93+237=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 93 (36.72% from 255 or 17.29% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #D05DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D05DED is #2FA212. Grayscale: #8F8F8F. Windows color (decimal): -3121683 or 15556048. OLE color: 15556048.
HSL color Cylindrical-coordinate representation of color #D05DED: hue angle of 287.92º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D05DED is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 93 | 237 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.07 |
| HSL | 287.92º | 0.8% | 0.65% | - |
| HSV(B) | 287.92º | 0.61% | 0.93% | - |
| XYZ | 45.21 | 27.35 | 83.02 | - |
| YUV | 143.8 | 180.6 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 93 | 237 | 0.12 | 0.61 | 0 | 0.07 | 287.92 | 0.8 | 0.65 |
| Hex | D0 | 5D | ED | C | 3D | 0 | 7 | 120 | 50 | 41 |
| Octal | 320 | 135 | 355 | 14 | 75 | 0 | 7 | 440 | 120 | 101 |
| Binary | 11010000 | 1011101 | 11101101 | 1100 | 111101 | 0 | 111 | 100100000 | 1010000 | 1000001 |
Color Harmonies of #D05DED
Complementary color
Monochromatic Colors of #D05DED
Black with #D05DED
Text Example
Text Example
White with #D05DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05DED; }
p { color: rgb(208,93,237); }
H1.HeaderClassName
{
color: #D05DED;
}
.AnyTagClassName
{
color: #D05DED;
}
</style>
background-color css
<style>
a { background-color: #D05DED; }
a { background-color: rgb(208,93,237); }
div.DivClassName
{
background-color: #D05DED;
}
.BgClassName
{
background-color: #D05DED;
}
</style>
border-color css
<style>
span { border-color: #D05DED; }
span { border-color: rgb(208,93,237); }
td.TdClassName
{
border-color: #D05DED;
}
.TagClassName
{
border-color: #D05DED;
}
</style>