Shades of Deep Cerise #DD3C90
Tints of Deep Cerise #DD3C90
RGB
CMYK
RGB Variations
Color information
#DD3C90 (or 0xDD3C90) is known color: Deep Cerise. HEX triplet: DD, 3C and 90. RGB value is (221,60,144). Sum of RGB (Red+Green+Blue) = 221+60+144=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 60 (23.83% from 255 or 14.12% from 425); Blue value is 144 (56.64% from 255 or 33.88% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3C90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3C90 is #22C36F. Grayscale: #757575. Windows color (decimal): -2278256 or 9452765. OLE color: 9452765.
HSL color Cylindrical-coordinate representation of color #DD3C90: hue angle of 328.7º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DD3C90 is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 60 | 144 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.13 |
| HSL | 328.7º | 0.7% | 0.55% | - |
| HSV(B) | 328.7º | 0.73% | 0.87% | - |
| XYZ | 36.47 | 20.62 | 28.44 | - |
| YUV | 117.72 | 142.84 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 60 | 144 | 0 | 0.73 | 0.35 | 0.13 | 328.7 | 0.7 | 0.55 |
| Hex | DD | 3C | 90 | 0 | 49 | 23 | D | 149 | 46 | 37 |
| Octal | 335 | 74 | 220 | 0 | 111 | 43 | 15 | 511 | 106 | 67 |
| Binary | 11011101 | 111100 | 10010000 | 0 | 1001001 | 100011 | 1101 | 101001001 | 1000110 | 110111 |
Color Harmonies of #DD3C90
Complementary color
Monochromatic Colors of #DD3C90
Black with #DD3C90
Text Example
Text Example
White with #DD3C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3C90; }
p { color: rgb(221,60,144); }
H1.HeaderClassName
{
color: #DD3C90;
}
.AnyTagClassName
{
color: #DD3C90;
}
</style>
background-color css
<style>
a { background-color: #DD3C90; }
a { background-color: rgb(221,60,144); }
div.DivClassName
{
background-color: #DD3C90;
}
.BgClassName
{
background-color: #DD3C90;
}
</style>
border-color css
<style>
span { border-color: #DD3C90; }
span { border-color: rgb(221,60,144); }
td.TdClassName
{
border-color: #DD3C90;
}
.TagClassName
{
border-color: #DD3C90;
}
</style>