Shades of Heliotrope #D075FF
Tints of Heliotrope #D075FF
RGB
CMYK
RGB Variations
Color information
#D075FF (or 0xD075FF) is known color: Heliotrope. HEX triplet: D0, 75 and FF. RGB value is (208,117,255). Sum of RGB (Red+Green+Blue) = 208+117+255=580 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.86% from 580); Green value is 117 (46.09% from 255 or 20.17% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #D075FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D075FF is #2F8A00. Grayscale: #9F9F9F. Windows color (decimal): -3115521 or 16741840. OLE color: 16741840.
HSL color Cylindrical-coordinate representation of color #D075FF: hue angle of 279.57º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D075FF is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 117 | 255 | - |
| CMYK | 0.18 | 0.54 | 0 | 0 |
| HSL | 279.57º | 1% | 0.73% | - |
| HSV(B) | 279.57º | 0.54% | 1% | - |
| XYZ | 50.42 | 33.35 | 98.39 | - |
| YUV | 159.94 | 181.65 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 117 | 255 | 0.18 | 0.54 | 0 | 0 | 279.57 | 1 | 0.73 |
| Hex | D0 | 75 | FF | 12 | 36 | 0 | 0 | 118 | 64 | 49 |
| Octal | 320 | 165 | 377 | 22 | 66 | 0 | 0 | 430 | 144 | 111 |
| Binary | 11010000 | 1110101 | 11111111 | 10010 | 110110 | 0 | 0 | 100011000 | 1100100 | 1001001 |
Color Harmonies of #D075FF
Complementary color
Monochromatic Colors of #D075FF
Black with #D075FF
Text Example
Text Example
White with #D075FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D075FF; }
p { color: rgb(208,117,255); }
H1.HeaderClassName
{
color: #D075FF;
}
.AnyTagClassName
{
color: #D075FF;
}
</style>
background-color css
<style>
a { background-color: #D075FF; }
a { background-color: rgb(208,117,255); }
div.DivClassName
{
background-color: #D075FF;
}
.BgClassName
{
background-color: #D075FF;
}
</style>
border-color css
<style>
span { border-color: #D075FF; }
span { border-color: rgb(208,117,255); }
td.TdClassName
{
border-color: #D075FF;
}
.TagClassName
{
border-color: #D075FF;
}
</style>