Shades of Heliotrope #D05FEE
Tints of Heliotrope #D05FEE
RGB
CMYK
RGB Variations
Color information
#D05FEE (or 0xD05FEE) is known color: Heliotrope. HEX triplet: D0, 5F and EE. RGB value is (208,95,238). Sum of RGB (Red+Green+Blue) = 208+95+238=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 95 (37.5% from 255 or 17.56% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 238 - color contains mainly: blue. Hex color #D05FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D05FEE is #2FA011. Grayscale: #909090. Windows color (decimal): -3121170 or 15622096. OLE color: 15622096.
HSL color Cylindrical-coordinate representation of color #D05FEE: hue angle of 287.41º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D05FEE is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 95 | 238 | - |
| CMYK | 0.13 | 0.60 | 0 | 0.07 |
| HSL | 287.41º | 0.81% | 0.65% | - |
| HSV(B) | 287.41º | 0.6% | 0.93% | - |
| XYZ | 45.54 | 27.77 | 83.85 | - |
| YUV | 145.09 | 180.44 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 95 | 238 | 0.13 | 0.60 | 0 | 0.07 | 287.41 | 0.81 | 0.65 |
| Hex | D0 | 5F | EE | D | 3C | 0 | 7 | 11F | 51 | 41 |
| Octal | 320 | 137 | 356 | 15 | 74 | 0 | 7 | 437 | 121 | 101 |
| Binary | 11010000 | 1011111 | 11101110 | 1101 | 111100 | 0 | 111 | 100011111 | 1010001 | 1000001 |
Color Harmonies of #D05FEE
Complementary color
Monochromatic Colors of #D05FEE
Black with #D05FEE
Text Example
Text Example
White with #D05FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05FEE; }
p { color: rgb(208,95,238); }
H1.HeaderClassName
{
color: #D05FEE;
}
.AnyTagClassName
{
color: #D05FEE;
}
</style>
background-color css
<style>
a { background-color: #D05FEE; }
a { background-color: rgb(208,95,238); }
div.DivClassName
{
background-color: #D05FEE;
}
.BgClassName
{
background-color: #D05FEE;
}
</style>
border-color css
<style>
span { border-color: #D05FEE; }
span { border-color: rgb(208,95,238); }
td.TdClassName
{
border-color: #D05FEE;
}
.TagClassName
{
border-color: #D05FEE;
}
</style>