Shades of Heliotrope #DD44FC
Tints of Heliotrope #DD44FC
RGB
CMYK
RGB Variations
Color information
#DD44FC (or 0xDD44FC) is known color: Heliotrope. HEX triplet: DD, 44 and FC. RGB value is (221,68,252). Sum of RGB (Red+Green+Blue) = 221+68+252=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 68 (26.95% from 255 or 12.57% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD44FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD44FC is #22BB03. Grayscale: #868686. Windows color (decimal): -2276100 or 16532701. OLE color: 16532701.
HSL color Cylindrical-coordinate representation of color #DD44FC: hue angle of 289.89º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DD44FC is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 68 | 252 | - |
| CMYK | 0.12 | 0.73 | 0 | 0.01 |
| HSL | 289.89º | 0.97% | 0.63% | - |
| HSV(B) | 289.89º | 0.73% | 0.99% | - |
| XYZ | 49.46 | 26.53 | 94.61 | - |
| YUV | 134.72 | 194.19 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 68 | 252 | 0.12 | 0.73 | 0 | 0.01 | 289.89 | 0.97 | 0.63 |
| Hex | DD | 44 | FC | C | 49 | 0 | 1 | 122 | 61 | 3F |
| Octal | 335 | 104 | 374 | 14 | 111 | 0 | 1 | 442 | 141 | 77 |
| Binary | 11011101 | 1000100 | 11111100 | 1100 | 1001001 | 0 | 1 | 100100010 | 1100001 | 111111 |
Color Harmonies of #DD44FC
Complementary color
Monochromatic Colors of #DD44FC
Black with #DD44FC
Text Example
Text Example
White with #DD44FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD44FC; }
p { color: rgb(221,68,252); }
H1.HeaderClassName
{
color: #DD44FC;
}
.AnyTagClassName
{
color: #DD44FC;
}
</style>
background-color css
<style>
a { background-color: #DD44FC; }
a { background-color: rgb(221,68,252); }
div.DivClassName
{
background-color: #DD44FC;
}
.BgClassName
{
background-color: #DD44FC;
}
</style>
border-color css
<style>
span { border-color: #DD44FC; }
span { border-color: rgb(221,68,252); }
td.TdClassName
{
border-color: #DD44FC;
}
.TagClassName
{
border-color: #DD44FC;
}
</style>