Shades of Heliotrope #DD63FC
Tints of Heliotrope #DD63FC
RGB
CMYK
RGB Variations
Color information
#DD63FC (or 0xDD63FC) is known color: Heliotrope. HEX triplet: DD, 63 and FC. RGB value is (221,99,252). Sum of RGB (Red+Green+Blue) = 221+99+252=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 99 (39.06% from 255 or 17.31% from 572); Blue value is 252 (98.83% from 255 or 44.06% from 572); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD63FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD63FC is #229C03. Grayscale: #989898. Windows color (decimal): -2268164 or 16540637. OLE color: 16540637.
HSL color Cylindrical-coordinate representation of color #DD63FC: hue angle of 287.84º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD63FC is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 99 | 252 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.01 |
| HSL | 287.84º | 0.96% | 0.69% | - |
| HSV(B) | 287.84º | 0.61% | 0.99% | - |
| XYZ | 51.85 | 31.32 | 95.41 | - |
| YUV | 152.92 | 183.92 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 252 | 0.12 | 0.61 | 0 | 0.01 | 287.84 | 0.96 | 0.69 |
| Hex | DD | 63 | FC | C | 3D | 0 | 1 | 120 | 60 | 45 |
| Octal | 335 | 143 | 374 | 14 | 75 | 0 | 1 | 440 | 140 | 105 |
| Binary | 11011101 | 1100011 | 11111100 | 1100 | 111101 | 0 | 1 | 100100000 | 1100000 | 1000101 |
Color Harmonies of #DD63FC
Complementary color
Monochromatic Colors of #DD63FC
Black with #DD63FC
Text Example
Text Example
White with #DD63FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD63FC; }
p { color: rgb(221,99,252); }
H1.HeaderClassName
{
color: #DD63FC;
}
.AnyTagClassName
{
color: #DD63FC;
}
</style>
background-color css
<style>
a { background-color: #DD63FC; }
a { background-color: rgb(221,99,252); }
div.DivClassName
{
background-color: #DD63FC;
}
.BgClassName
{
background-color: #DD63FC;
}
</style>
border-color css
<style>
span { border-color: #DD63FC; }
span { border-color: rgb(221,99,252); }
td.TdClassName
{
border-color: #DD63FC;
}
.TagClassName
{
border-color: #DD63FC;
}
</style>