Shades of Deep Cerise #DD42A3
Tints of Deep Cerise #DD42A3
RGB
CMYK
RGB Variations
Color information
#DD42A3 (or 0xDD42A3) is known color: Deep Cerise. HEX triplet: DD, 42 and A3. RGB value is (221,66,163). Sum of RGB (Red+Green+Blue) = 221+66+163=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 66 (26.17% from 255 or 14.67% from 450); Blue value is 163 (64.06% from 255 or 36.22% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DD42A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD42A3 is #22BD5C. Grayscale: #7B7B7B. Windows color (decimal): -2276701 or 10699485. OLE color: 10699485.
HSL color Cylindrical-coordinate representation of color #DD42A3: hue angle of 322.45º degrees, saturation: 0.7, 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 #DD42A3 is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 163 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.13 |
| HSL | 322.45º | 0.7% | 0.56% | - |
| HSV(B) | 322.45º | 0.7% | 0.87% | - |
| XYZ | 38.38 | 21.91 | 36.86 | - |
| YUV | 123.4 | 150.35 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 163 | 0 | 0.70 | 0.26 | 0.13 | 322.45 | 0.7 | 0.56 |
| Hex | DD | 42 | A3 | 0 | 46 | 1A | D | 142 | 46 | 38 |
| Octal | 335 | 102 | 243 | 0 | 106 | 32 | 15 | 502 | 106 | 70 |
| Binary | 11011101 | 1000010 | 10100011 | 0 | 1000110 | 11010 | 1101 | 101000010 | 1000110 | 111000 |
Color Harmonies of #DD42A3
Complementary color
Monochromatic Colors of #DD42A3
Black with #DD42A3
Text Example
Text Example
White with #DD42A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD42A3; }
p { color: rgb(221,66,163); }
H1.HeaderClassName
{
color: #DD42A3;
}
.AnyTagClassName
{
color: #DD42A3;
}
</style>
background-color css
<style>
a { background-color: #DD42A3; }
a { background-color: rgb(221,66,163); }
div.DivClassName
{
background-color: #DD42A3;
}
.BgClassName
{
background-color: #DD42A3;
}
</style>
border-color css
<style>
span { border-color: #DD42A3; }
span { border-color: rgb(221,66,163); }
td.TdClassName
{
border-color: #DD42A3;
}
.TagClassName
{
border-color: #DD42A3;
}
</style>