Shades of Heliotrope #DC66EB
Tints of Heliotrope #DC66EB
RGB
CMYK
RGB Variations
Color information
#DC66EB (or 0xDC66EB) is known color: Heliotrope. HEX triplet: DC, 66 and EB. RGB value is (220,102,235). Sum of RGB (Red+Green+Blue) = 220+102+235=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 102 (40.23% from 255 or 18.31% from 557); Blue value is 235 (92.19% from 255 or 42.19% from 557); Max value from RGB is 235 - color contains mainly: blue. Hex color #DC66EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC66EB is #239914. Grayscale: #989898. Windows color (decimal): -2332949 or 15427292. OLE color: 15427292.
HSL color Cylindrical-coordinate representation of color #DC66EB: hue angle of 293.23º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC66EB is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 102 | 235 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.08 |
| HSL | 293.23º | 0.77% | 0.66% | - |
| HSV(B) | 293.23º | 0.57% | 0.92% | - |
| XYZ | 49.26 | 30.72 | 81.93 | - |
| YUV | 152.44 | 174.59 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 235 | 0.06 | 0.57 | 0 | 0.08 | 293.23 | 0.77 | 0.66 |
| Hex | DC | 66 | EB | 6 | 39 | 0 | 8 | 125 | 4D | 42 |
| Octal | 334 | 146 | 353 | 6 | 71 | 0 | 10 | 445 | 115 | 102 |
| Binary | 11011100 | 1100110 | 11101011 | 110 | 111001 | 0 | 1000 | 100100101 | 1001101 | 1000010 |
Color Harmonies of #DC66EB
Complementary color
Monochromatic Colors of #DC66EB
Black with #DC66EB
Text Example
Text Example
White with #DC66EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC66EB; }
p { color: rgb(220,102,235); }
H1.HeaderClassName
{
color: #DC66EB;
}
.AnyTagClassName
{
color: #DC66EB;
}
</style>
background-color css
<style>
a { background-color: #DC66EB; }
a { background-color: rgb(220,102,235); }
div.DivClassName
{
background-color: #DC66EB;
}
.BgClassName
{
background-color: #DC66EB;
}
</style>
border-color css
<style>
span { border-color: #DC66EB; }
span { border-color: rgb(220,102,235); }
td.TdClassName
{
border-color: #DC66EB;
}
.TagClassName
{
border-color: #DC66EB;
}
</style>