Shades of Cerise #DD3B5A
Tints of Cerise #DD3B5A
RGB
CMYK
RGB Variations
Color information
#DD3B5A (or 0xDD3B5A) is known color: Cerise. HEX triplet: DD, 3B and 5A. RGB value is (221,59,90). Sum of RGB (Red+Green+Blue) = 221+59+90=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 59 (23.44% from 255 or 15.95% from 370); Blue value is 90 (35.55% from 255 or 24.32% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3B5A is #22C4A5. Grayscale: #6F6F6F. Windows color (decimal): -2278566 or 5913565. OLE color: 5913565.
HSL color Cylindrical-coordinate representation of color #DD3B5A: hue angle of 348.52º 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 #DD3B5A is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 59 | 90 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.13 |
| HSL | 348.52º | 0.7% | 0.55% | - |
| HSV(B) | 348.52º | 0.73% | 0.87% | - |
| XYZ | 33.23 | 19.24 | 11.63 | - |
| YUV | 110.97 | 116.17 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 59 | 90 | 0 | 0.73 | 0.59 | 0.13 | 348.52 | 0.7 | 0.55 |
| Hex | DD | 3B | 5A | 0 | 49 | 3B | D | 15D | 46 | 37 |
| Octal | 335 | 73 | 132 | 0 | 111 | 73 | 15 | 535 | 106 | 67 |
| Binary | 11011101 | 111011 | 1011010 | 0 | 1001001 | 111011 | 1101 | 101011101 | 1000110 | 110111 |
Color Harmonies of #DD3B5A
Complementary color
Monochromatic Colors of #DD3B5A
Black with #DD3B5A
Text Example
Text Example
White with #DD3B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3B5A; }
p { color: rgb(221,59,90); }
H1.HeaderClassName
{
color: #DD3B5A;
}
.AnyTagClassName
{
color: #DD3B5A;
}
</style>
background-color css
<style>
a { background-color: #DD3B5A; }
a { background-color: rgb(221,59,90); }
div.DivClassName
{
background-color: #DD3B5A;
}
.BgClassName
{
background-color: #DD3B5A;
}
</style>
border-color css
<style>
span { border-color: #DD3B5A; }
span { border-color: rgb(221,59,90); }
td.TdClassName
{
border-color: #DD3B5A;
}
.TagClassName
{
border-color: #DD3B5A;
}
</style>