Shades of Deep Cerise #DD43A3
Tints of Deep Cerise #DD43A3
RGB
CMYK
RGB Variations
Color information
#DD43A3 (or 0xDD43A3) is known color: Deep Cerise. HEX triplet: DD, 43 and A3. RGB value is (221,67,163). Sum of RGB (Red+Green+Blue) = 221+67+163=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 67 (26.56% from 255 or 14.86% from 451); Blue value is 163 (64.06% from 255 or 36.14% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD43A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD43A3 is #22BC5C. Grayscale: #7B7B7B. Windows color (decimal): -2276445 or 10699741. OLE color: 10699741.
HSL color Cylindrical-coordinate representation of color #DD43A3: hue angle of 322.6º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD43A3 is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 67 | 163 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.13 |
| HSL | 322.6º | 0.69% | 0.56% | - |
| HSV(B) | 322.6º | 0.7% | 0.87% | - |
| XYZ | 38.44 | 22.03 | 36.88 | - |
| YUV | 123.99 | 150.02 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 67 | 163 | 0 | 0.70 | 0.26 | 0.13 | 322.6 | 0.69 | 0.56 |
| Hex | DD | 43 | A3 | 0 | 46 | 1A | D | 143 | 45 | 38 |
| Octal | 335 | 103 | 243 | 0 | 106 | 32 | 15 | 503 | 105 | 70 |
| Binary | 11011101 | 1000011 | 10100011 | 0 | 1000110 | 11010 | 1101 | 101000011 | 1000101 | 111000 |
Color Harmonies of #DD43A3
Complementary color
Monochromatic Colors of #DD43A3
Black with #DD43A3
Text Example
Text Example
White with #DD43A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD43A3; }
p { color: rgb(221,67,163); }
H1.HeaderClassName
{
color: #DD43A3;
}
.AnyTagClassName
{
color: #DD43A3;
}
</style>
background-color css
<style>
a { background-color: #DD43A3; }
a { background-color: rgb(221,67,163); }
div.DivClassName
{
background-color: #DD43A3;
}
.BgClassName
{
background-color: #DD43A3;
}
</style>
border-color css
<style>
span { border-color: #DD43A3; }
span { border-color: rgb(221,67,163); }
td.TdClassName
{
border-color: #DD43A3;
}
.TagClassName
{
border-color: #DD43A3;
}
</style>