Shades of Heliotrope #DC75EE
Tints of Heliotrope #DC75EE
RGB
CMYK
RGB Variations
Color information
#DC75EE (or 0xDC75EE) is known color: Heliotrope. HEX triplet: DC, 75 and EE. RGB value is (220,117,238). Sum of RGB (Red+Green+Blue) = 220+117+238=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 117 (46.09% from 255 or 20.35% from 575); Blue value is 238 (93.36% from 255 or 41.39% from 575); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC75EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC75EE is #238A11. Grayscale: #A1A1A1. Windows color (decimal): -2329106 or 15627740. OLE color: 15627740.
HSL color Cylindrical-coordinate representation of color #DC75EE: hue angle of 291.07º 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 #DC75EE is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 117 | 238 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.07 |
| HSL | 291.07º | 0.78% | 0.7% | - |
| HSV(B) | 291.07º | 0.51% | 0.93% | - |
| XYZ | 51.31 | 34.11 | 84.77 | - |
| YUV | 161.59 | 171.12 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 238 | 0.08 | 0.51 | 0 | 0.07 | 291.07 | 0.78 | 0.7 |
| Hex | DC | 75 | EE | 8 | 33 | 0 | 7 | 123 | 4E | 46 |
| Octal | 334 | 165 | 356 | 10 | 63 | 0 | 7 | 443 | 116 | 106 |
| Binary | 11011100 | 1110101 | 11101110 | 1000 | 110011 | 0 | 111 | 100100011 | 1001110 | 1000110 |
Color Harmonies of #DC75EE
Complementary color
Monochromatic Colors of #DC75EE
Black with #DC75EE
Text Example
Text Example
White with #DC75EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC75EE; }
p { color: rgb(220,117,238); }
H1.HeaderClassName
{
color: #DC75EE;
}
.AnyTagClassName
{
color: #DC75EE;
}
</style>
background-color css
<style>
a { background-color: #DC75EE; }
a { background-color: rgb(220,117,238); }
div.DivClassName
{
background-color: #DC75EE;
}
.BgClassName
{
background-color: #DC75EE;
}
</style>
border-color css
<style>
span { border-color: #DC75EE; }
span { border-color: rgb(220,117,238); }
td.TdClassName
{
border-color: #DC75EE;
}
.TagClassName
{
border-color: #DC75EE;
}
</style>