Shades of Heliotrope #DD63ED
Tints of Heliotrope #DD63ED
RGB
CMYK
RGB Variations
Color information
#DD63ED (or 0xDD63ED) is known color: Heliotrope. HEX triplet: DD, 63 and ED. RGB value is (221,99,237). Sum of RGB (Red+Green+Blue) = 221+99+237=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 99 (39.06% from 255 or 17.77% from 557); Blue value is 237 (92.97% from 255 or 42.55% from 557); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD63ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD63ED is #229C12. Grayscale: #969696. Windows color (decimal): -2268179 or 15557597. OLE color: 15557597.
HSL color Cylindrical-coordinate representation of color #DD63ED: hue angle of 293.04º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD63ED is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 99 | 237 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.07 |
| HSL | 293.04º | 0.79% | 0.66% | - |
| HSV(B) | 293.04º | 0.58% | 0.93% | - |
| XYZ | 49.57 | 30.41 | 83.38 | - |
| YUV | 151.21 | 176.42 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 237 | 0.07 | 0.58 | 0 | 0.07 | 293.04 | 0.79 | 0.66 |
| Hex | DD | 63 | ED | 7 | 3A | 0 | 7 | 125 | 4F | 42 |
| Octal | 335 | 143 | 355 | 7 | 72 | 0 | 7 | 445 | 117 | 102 |
| Binary | 11011101 | 1100011 | 11101101 | 111 | 111010 | 0 | 111 | 100100101 | 1001111 | 1000010 |
Color Harmonies of #DD63ED
Complementary color
Monochromatic Colors of #DD63ED
Black with #DD63ED
Text Example
Text Example
White with #DD63ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD63ED; }
p { color: rgb(221,99,237); }
H1.HeaderClassName
{
color: #DD63ED;
}
.AnyTagClassName
{
color: #DD63ED;
}
</style>
background-color css
<style>
a { background-color: #DD63ED; }
a { background-color: rgb(221,99,237); }
div.DivClassName
{
background-color: #DD63ED;
}
.BgClassName
{
background-color: #DD63ED;
}
</style>
border-color css
<style>
span { border-color: #DD63ED; }
span { border-color: rgb(221,99,237); }
td.TdClassName
{
border-color: #DD63ED;
}
.TagClassName
{
border-color: #DD63ED;
}
</style>