Shades of Heliotrope #D075EE
Tints of Heliotrope #D075EE
RGB
CMYK
RGB Variations
Color information
#D075EE (or 0xD075EE) is known color: Heliotrope. HEX triplet: D0, 75 and EE. RGB value is (208,117,238). Sum of RGB (Red+Green+Blue) = 208+117+238=563 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.94% from 563); Green value is 117 (46.09% from 255 or 20.78% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 238 - color contains mainly: blue. Hex color #D075EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D075EE is #2F8A11. Grayscale: #9D9D9D. Windows color (decimal): -3115538 or 15627728. OLE color: 15627728.
HSL color Cylindrical-coordinate representation of color #D075EE: hue angle of 285.12º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D075EE is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 117 | 238 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.07 |
| HSL | 285.12º | 0.78% | 0.7% | - |
| HSV(B) | 285.12º | 0.51% | 0.93% | - |
| XYZ | 47.81 | 32.31 | 84.6 | - |
| YUV | 158 | 173.15 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 117 | 238 | 0.13 | 0.51 | 0 | 0.07 | 285.12 | 0.78 | 0.7 |
| Hex | D0 | 75 | EE | D | 33 | 0 | 7 | 11D | 4E | 46 |
| Octal | 320 | 165 | 356 | 15 | 63 | 0 | 7 | 435 | 116 | 106 |
| Binary | 11010000 | 1110101 | 11101110 | 1101 | 110011 | 0 | 111 | 100011101 | 1001110 | 1000110 |
Color Harmonies of #D075EE
Complementary color
Monochromatic Colors of #D075EE
Black with #D075EE
Text Example
Text Example
White with #D075EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D075EE; }
p { color: rgb(208,117,238); }
H1.HeaderClassName
{
color: #D075EE;
}
.AnyTagClassName
{
color: #D075EE;
}
</style>
background-color css
<style>
a { background-color: #D075EE; }
a { background-color: rgb(208,117,238); }
div.DivClassName
{
background-color: #D075EE;
}
.BgClassName
{
background-color: #D075EE;
}
</style>
border-color css
<style>
span { border-color: #D075EE; }
span { border-color: rgb(208,117,238); }
td.TdClassName
{
border-color: #D075EE;
}
.TagClassName
{
border-color: #D075EE;
}
</style>