Shades of Deep Cerise #DD23A0
Tints of Deep Cerise #DD23A0
RGB
CMYK
RGB Variations
Color information
#DD23A0 (or 0xDD23A0) is known color: Deep Cerise. HEX triplet: DD, 23 and A0. RGB value is (221,35,160). Sum of RGB (Red+Green+Blue) = 221+35+160=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 35 (14.06% from 255 or 8.41% from 416); Blue value is 160 (62.89% from 255 or 38.46% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD23A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD23A0 is #22DC5F. Grayscale: #686868. Windows color (decimal): -2284640 or 10494941. OLE color: 10494941.
HSL color Cylindrical-coordinate representation of color #DD23A0: hue angle of 319.68º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD23A0 is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 35 | 160 | - |
| CMYK | 0 | 0.84 | 0.28 | 0.13 |
| HSL | 319.68º | 0.73% | 0.5% | - |
| HSV(B) | 319.68º | 0.84% | 0.87% | - |
| XYZ | 36.76 | 19.11 | 35.01 | - |
| YUV | 104.86 | 159.12 | 210.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 35 | 160 | 0 | 0.84 | 0.28 | 0.13 | 319.68 | 0.73 | 0.5 |
| Hex | DD | 23 | A0 | 0 | 54 | 1C | D | 140 | 49 | 32 |
| Octal | 335 | 43 | 240 | 0 | 124 | 34 | 15 | 500 | 111 | 62 |
| Binary | 11011101 | 100011 | 10100000 | 0 | 1010100 | 11100 | 1101 | 101000000 | 1001001 | 110010 |
Color Harmonies of #DD23A0
Complementary color
Monochromatic Colors of #DD23A0
Black with #DD23A0
Text Example
Text Example
White with #DD23A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD23A0; }
p { color: rgb(221,35,160); }
H1.HeaderClassName
{
color: #DD23A0;
}
.AnyTagClassName
{
color: #DD23A0;
}
</style>
background-color css
<style>
a { background-color: #DD23A0; }
a { background-color: rgb(221,35,160); }
div.DivClassName
{
background-color: #DD23A0;
}
.BgClassName
{
background-color: #DD23A0;
}
</style>
border-color css
<style>
span { border-color: #DD23A0; }
span { border-color: rgb(221,35,160); }
td.TdClassName
{
border-color: #DD23A0;
}
.TagClassName
{
border-color: #DD23A0;
}
</style>