Shades of Heliotrope #DD63FF
Tints of Heliotrope #DD63FF
RGB
CMYK
RGB Variations
Color information
#DD63FF (or 0xDD63FF) is known color: Heliotrope. HEX triplet: DD, 63 and FF. RGB value is (221,99,255). Sum of RGB (Red+Green+Blue) = 221+99+255=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 99 (39.06% from 255 or 17.22% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD63FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD63FF is #229C00. Grayscale: #989898. Windows color (decimal): -2268161 or 16737245. OLE color: 16737245.
HSL color Cylindrical-coordinate representation of color #DD63FF: hue angle of 286.92º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD63FF is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 99 | 255 | - |
| CMYK | 0.13 | 0.61 | 0 | 0 |
| HSL | 286.92º | 1% | 0.69% | - |
| HSV(B) | 286.92º | 0.61% | 1% | - |
| XYZ | 52.33 | 31.52 | 97.93 | - |
| YUV | 153.26 | 185.42 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 255 | 0.13 | 0.61 | 0 | 0 | 286.92 | 1 | 0.69 |
| Hex | DD | 63 | FF | D | 3D | 0 | 0 | 11F | 64 | 45 |
| Octal | 335 | 143 | 377 | 15 | 75 | 0 | 0 | 437 | 144 | 105 |
| Binary | 11011101 | 1100011 | 11111111 | 1101 | 111101 | 0 | 0 | 100011111 | 1100100 | 1000101 |
Color Harmonies of #DD63FF
Complementary color
Monochromatic Colors of #DD63FF
Black with #DD63FF
Text Example
Text Example
White with #DD63FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD63FF; }
p { color: rgb(221,99,255); }
H1.HeaderClassName
{
color: #DD63FF;
}
.AnyTagClassName
{
color: #DD63FF;
}
</style>
background-color css
<style>
a { background-color: #DD63FF; }
a { background-color: rgb(221,99,255); }
div.DivClassName
{
background-color: #DD63FF;
}
.BgClassName
{
background-color: #DD63FF;
}
</style>
border-color css
<style>
span { border-color: #DD63FF; }
span { border-color: rgb(221,99,255); }
td.TdClassName
{
border-color: #DD63FF;
}
.TagClassName
{
border-color: #DD63FF;
}
</style>