Shades of Cerise #DD2F5C
Tints of Cerise #DD2F5C
RGB
CMYK
RGB Variations
Color information
#DD2F5C (or 0xDD2F5C) is known color: Cerise. HEX triplet: DD, 2F and 5C. RGB value is (221,47,92). Sum of RGB (Red+Green+Blue) = 221+47+92=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 47 (18.75% from 255 or 13.06% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2F5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2F5C is #22D0A3. Grayscale: #686868. Windows color (decimal): -2281636 or 6041565. OLE color: 6041565.
HSL color Cylindrical-coordinate representation of color #DD2F5C: hue angle of 344.48º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD2F5C is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 47 | 92 | - |
| CMYK | 0 | 0.79 | 0.58 | 0.13 |
| HSL | 344.48º | 0.72% | 0.53% | - |
| HSV(B) | 344.48º | 0.79% | 0.87% | - |
| XYZ | 32.77 | 18.18 | 11.91 | - |
| YUV | 104.16 | 121.15 | 211.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 47 | 92 | 0 | 0.79 | 0.58 | 0.13 | 344.48 | 0.72 | 0.53 |
| Hex | DD | 2F | 5C | 0 | 4F | 3A | D | 158 | 48 | 35 |
| Octal | 335 | 57 | 134 | 0 | 117 | 72 | 15 | 530 | 110 | 65 |
| Binary | 11011101 | 101111 | 1011100 | 0 | 1001111 | 111010 | 1101 | 101011000 | 1001000 | 110101 |
Color Harmonies of #DD2F5C
Complementary color
Monochromatic Colors of #DD2F5C
Black with #DD2F5C
Text Example
Text Example
White with #DD2F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2F5C; }
p { color: rgb(221,47,92); }
H1.HeaderClassName
{
color: #DD2F5C;
}
.AnyTagClassName
{
color: #DD2F5C;
}
</style>
background-color css
<style>
a { background-color: #DD2F5C; }
a { background-color: rgb(221,47,92); }
div.DivClassName
{
background-color: #DD2F5C;
}
.BgClassName
{
background-color: #DD2F5C;
}
</style>
border-color css
<style>
span { border-color: #DD2F5C; }
span { border-color: rgb(221,47,92); }
td.TdClassName
{
border-color: #DD2F5C;
}
.TagClassName
{
border-color: #DD2F5C;
}
</style>