Shades of Heliotrope #DD75EE
Tints of Heliotrope #DD75EE
RGB
CMYK
RGB Variations
Color information
#DD75EE (or 0xDD75EE) is known color: Heliotrope. HEX triplet: DD, 75 and EE. RGB value is (221,117,238). Sum of RGB (Red+Green+Blue) = 221+117+238=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 117 (46.09% from 255 or 20.31% from 576); Blue value is 238 (93.36% from 255 or 41.32% from 576); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD75EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD75EE is #228A11. Grayscale: #A1A1A1. Windows color (decimal): -2263570 or 15627741. OLE color: 15627741.
HSL color Cylindrical-coordinate representation of color #DD75EE: hue angle of 291.57º 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 #DD75EE is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 117 | 238 | - |
CMYK | 0.07 | 0.51 | 0 | 0.07 |
HSL | 291.57º | 0.78% | 0.7% | - |
HSV(B) | 291.57º | 0.51% | 0.93% | - |
XYZ | 51.61 | 34.27 | 84.78 | - |
YUV | 161.89 | 170.96 | 170.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 117 | 238 | 0.07 | 0.51 | 0 | 0.07 | 291.57 | 0.78 | 0.7 |
Hex | DD | 75 | EE | 7 | 33 | 0 | 7 | 124 | 4E | 46 |
Octal | 335 | 165 | 356 | 7 | 63 | 0 | 7 | 444 | 116 | 106 |
Binary | 11011101 | 1110101 | 11101110 | 111 | 110011 | 0 | 111 | 100100100 | 1001110 | 1000110 |
Color Harmonies of #DD75EE
Complementary color
Monochromatic Colors of #DD75EE
Black with #DD75EE
Text Example
Text Example
White with #DD75EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD75EE; }
p { color: rgb(221,117,238); }
H1.HeaderClassName
{
color: #DD75EE;
}
.AnyTagClassName
{
color: #DD75EE;
}
</style>
background-color css
<style>
a { background-color: #DD75EE; }
a { background-color: rgb(221,117,238); }
div.DivClassName
{
background-color: #DD75EE;
}
.BgClassName
{
background-color: #DD75EE;
}
</style>
border-color css
<style>
span { border-color: #DD75EE; }
span { border-color: rgb(221,117,238); }
td.TdClassName
{
border-color: #DD75EE;
}
.TagClassName
{
border-color: #DD75EE;
}
</style>