Shades of Cerise #DD2D5F
Tints of Cerise #DD2D5F
RGB
CMYK
RGB Variations
Color information
#DD2D5F (or 0xDD2D5F) is known color: Cerise. HEX triplet: DD, 2D and 5F. RGB value is (221,45,95). Sum of RGB (Red+Green+Blue) = 221+45+95=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 45 (17.97% from 255 or 12.47% from 361); Blue value is 95 (37.5% from 255 or 26.32% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2D5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2D5F is #22D2A0. Grayscale: #676767. Windows color (decimal): -2282145 or 6237661. OLE color: 6237661.
HSL color Cylindrical-coordinate representation of color #DD2D5F: hue angle of 342.95º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD2D5F is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 45 | 95 | - |
| CMYK | 0 | 0.80 | 0.57 | 0.13 |
| HSL | 342.95º | 0.72% | 0.52% | - |
| HSV(B) | 342.95º | 0.8% | 0.87% | - |
| XYZ | 32.82 | 18.08 | 12.59 | - |
| YUV | 103.32 | 123.31 | 211.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 45 | 95 | 0 | 0.80 | 0.57 | 0.13 | 342.95 | 0.72 | 0.52 |
| Hex | DD | 2D | 5F | 0 | 50 | 39 | D | 157 | 48 | 34 |
| Octal | 335 | 55 | 137 | 0 | 120 | 71 | 15 | 527 | 110 | 64 |
| Binary | 11011101 | 101101 | 1011111 | 0 | 1010000 | 111001 | 1101 | 101010111 | 1001000 | 110100 |
Color Harmonies of #DD2D5F
Complementary color
Monochromatic Colors of #DD2D5F
Black with #DD2D5F
Text Example
Text Example
White with #DD2D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2D5F; }
p { color: rgb(221,45,95); }
H1.HeaderClassName
{
color: #DD2D5F;
}
.AnyTagClassName
{
color: #DD2D5F;
}
</style>
background-color css
<style>
a { background-color: #DD2D5F; }
a { background-color: rgb(221,45,95); }
div.DivClassName
{
background-color: #DD2D5F;
}
.BgClassName
{
background-color: #DD2D5F;
}
</style>
border-color css
<style>
span { border-color: #DD2D5F; }
span { border-color: rgb(221,45,95); }
td.TdClassName
{
border-color: #DD2D5F;
}
.TagClassName
{
border-color: #DD2D5F;
}
</style>