Shades of Deep Cerise #DD448C
Tints of Deep Cerise #DD448C
RGB
CMYK
RGB Variations
Color information
#DD448C (or 0xDD448C) is known color: Deep Cerise. HEX triplet: DD, 44 and 8C. RGB value is (221,68,140). Sum of RGB (Red+Green+Blue) = 221+68+140=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 68 (26.95% from 255 or 15.85% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD448C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD448C is #22BB73. Grayscale: #797979. Windows color (decimal): -2276212 or 9192669. OLE color: 9192669.
HSL color Cylindrical-coordinate representation of color #DD448C: hue angle of 331.76º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD448C is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 68 | 140 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.13 |
| HSL | 331.76º | 0.69% | 0.57% | - |
| HSV(B) | 331.76º | 0.69% | 0.87% | - |
| XYZ | 36.62 | 21.4 | 27.01 | - |
| YUV | 121.96 | 138.19 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 68 | 140 | 0 | 0.69 | 0.37 | 0.13 | 331.76 | 0.69 | 0.57 |
| Hex | DD | 44 | 8C | 0 | 45 | 25 | D | 14C | 45 | 39 |
| Octal | 335 | 104 | 214 | 0 | 105 | 45 | 15 | 514 | 105 | 71 |
| Binary | 11011101 | 1000100 | 10001100 | 0 | 1000101 | 100101 | 1101 | 101001100 | 1000101 | 111001 |
Color Harmonies of #DD448C
Complementary color
Monochromatic Colors of #DD448C
Black with #DD448C
Text Example
Text Example
White with #DD448C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD448C; }
p { color: rgb(221,68,140); }
H1.HeaderClassName
{
color: #DD448C;
}
.AnyTagClassName
{
color: #DD448C;
}
</style>
background-color css
<style>
a { background-color: #DD448C; }
a { background-color: rgb(221,68,140); }
div.DivClassName
{
background-color: #DD448C;
}
.BgClassName
{
background-color: #DD448C;
}
</style>
border-color css
<style>
span { border-color: #DD448C; }
span { border-color: rgb(221,68,140); }
td.TdClassName
{
border-color: #DD448C;
}
.TagClassName
{
border-color: #DD448C;
}
</style>