Shades of Cerise #DD3A72
Tints of Cerise #DD3A72
RGB
CMYK
RGB Variations
Color information
#DD3A72 (or 0xDD3A72) is known color: Cerise. HEX triplet: DD, 3A and 72. RGB value is (221,58,114). Sum of RGB (Red+Green+Blue) = 221+58+114=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 58 (23.05% from 255 or 14.76% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3A72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3A72 is #22C58D. Grayscale: #717171. Windows color (decimal): -2278798 or 7486173. OLE color: 7486173.
HSL color Cylindrical-coordinate representation of color #DD3A72: hue angle of 339.39º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD3A72 is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 58 | 114 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.13 |
| HSL | 339.39º | 0.71% | 0.55% | - |
| HSV(B) | 339.39º | 0.74% | 0.87% | - |
| XYZ | 34.37 | 19.61 | 17.89 | - |
| YUV | 113.12 | 128.5 | 204.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 58 | 114 | 0 | 0.74 | 0.48 | 0.13 | 339.39 | 0.71 | 0.55 |
| Hex | DD | 3A | 72 | 0 | 4A | 30 | D | 153 | 47 | 37 |
| Octal | 335 | 72 | 162 | 0 | 112 | 60 | 15 | 523 | 107 | 67 |
| Binary | 11011101 | 111010 | 1110010 | 0 | 1001010 | 110000 | 1101 | 101010011 | 1000111 | 110111 |
Color Harmonies of #DD3A72
Complementary color
Monochromatic Colors of #DD3A72
Black with #DD3A72
Text Example
Text Example
White with #DD3A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3A72; }
p { color: rgb(221,58,114); }
H1.HeaderClassName
{
color: #DD3A72;
}
.AnyTagClassName
{
color: #DD3A72;
}
</style>
background-color css
<style>
a { background-color: #DD3A72; }
a { background-color: rgb(221,58,114); }
div.DivClassName
{
background-color: #DD3A72;
}
.BgClassName
{
background-color: #DD3A72;
}
</style>
border-color css
<style>
span { border-color: #DD3A72; }
span { border-color: rgb(221,58,114); }
td.TdClassName
{
border-color: #DD3A72;
}
.TagClassName
{
border-color: #DD3A72;
}
</style>