Shades of Heliotrope #D05AED
Tints of Heliotrope #D05AED
RGB
CMYK
RGB Variations
Color information
#D05AED (or 0xD05AED) is known color: Heliotrope. HEX triplet: D0, 5A and ED. RGB value is (208,90,237). Sum of RGB (Red+Green+Blue) = 208+90+237=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 90 (35.55% from 255 or 16.82% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #D05AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D05AED is #2FA512. Grayscale: #8D8D8D. Windows color (decimal): -3122451 or 15555280. OLE color: 15555280.
HSL color Cylindrical-coordinate representation of color #D05AED: hue angle of 288.16º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D05AED is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 90 | 237 | - |
| CMYK | 0.12 | 0.62 | 0 | 0.07 |
| HSL | 288.16º | 0.8% | 0.64% | - |
| HSV(B) | 288.16º | 0.62% | 0.93% | - |
| XYZ | 44.95 | 26.84 | 82.93 | - |
| YUV | 142.04 | 181.59 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 90 | 237 | 0.12 | 0.62 | 0 | 0.07 | 288.16 | 0.8 | 0.64 |
| Hex | D0 | 5A | ED | C | 3E | 0 | 7 | 120 | 50 | 40 |
| Octal | 320 | 132 | 355 | 14 | 76 | 0 | 7 | 440 | 120 | 100 |
| Binary | 11010000 | 1011010 | 11101101 | 1100 | 111110 | 0 | 111 | 100100000 | 1010000 | 1000000 |
Color Harmonies of #D05AED
Complementary color
Monochromatic Colors of #D05AED
Black with #D05AED
Text Example
Text Example
White with #D05AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05AED; }
p { color: rgb(208,90,237); }
H1.HeaderClassName
{
color: #D05AED;
}
.AnyTagClassName
{
color: #D05AED;
}
</style>
background-color css
<style>
a { background-color: #D05AED; }
a { background-color: rgb(208,90,237); }
div.DivClassName
{
background-color: #D05AED;
}
.BgClassName
{
background-color: #D05AED;
}
</style>
border-color css
<style>
span { border-color: #D05AED; }
span { border-color: rgb(208,90,237); }
td.TdClassName
{
border-color: #D05AED;
}
.TagClassName
{
border-color: #D05AED;
}
</style>