Shades of Heliotrope #DD4CFC
Tints of Heliotrope #DD4CFC
RGB
CMYK
RGB Variations
Color information
#DD4CFC (or 0xDD4CFC) is known color: Heliotrope. HEX triplet: DD, 4C and FC. RGB value is (221,76,252). Sum of RGB (Red+Green+Blue) = 221+76+252=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 76 (30.08% from 255 or 13.84% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD4CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD4CFC is #22B303. Grayscale: #8A8A8A. Windows color (decimal): -2274052 or 16534749. OLE color: 16534749.
HSL color Cylindrical-coordinate representation of color #DD4CFC: hue angle of 289.43º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD4CFC is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 76 | 252 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.01 |
| HSL | 289.43º | 0.97% | 0.64% | - |
| HSV(B) | 289.43º | 0.7% | 0.99% | - |
| XYZ | 49.97 | 27.57 | 94.78 | - |
| YUV | 139.42 | 191.54 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 76 | 252 | 0.12 | 0.70 | 0 | 0.01 | 289.43 | 0.97 | 0.64 |
| Hex | DD | 4C | FC | C | 46 | 0 | 1 | 121 | 61 | 40 |
| Octal | 335 | 114 | 374 | 14 | 106 | 0 | 1 | 441 | 141 | 100 |
| Binary | 11011101 | 1001100 | 11111100 | 1100 | 1000110 | 0 | 1 | 100100001 | 1100001 | 1000000 |
Color Harmonies of #DD4CFC
Complementary color
Monochromatic Colors of #DD4CFC
Black with #DD4CFC
Text Example
Text Example
White with #DD4CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4CFC; }
p { color: rgb(221,76,252); }
H1.HeaderClassName
{
color: #DD4CFC;
}
.AnyTagClassName
{
color: #DD4CFC;
}
</style>
background-color css
<style>
a { background-color: #DD4CFC; }
a { background-color: rgb(221,76,252); }
div.DivClassName
{
background-color: #DD4CFC;
}
.BgClassName
{
background-color: #DD4CFC;
}
</style>
border-color css
<style>
span { border-color: #DD4CFC; }
span { border-color: rgb(221,76,252); }
td.TdClassName
{
border-color: #DD4CFC;
}
.TagClassName
{
border-color: #DD4CFC;
}
</style>