Shades of Cerise #DD2F5A
Tints of Cerise #DD2F5A
RGB
CMYK
RGB Variations
Color information
#DD2F5A (or 0xDD2F5A) is known color: Cerise. HEX triplet: DD, 2F and 5A. RGB value is (221,47,90). Sum of RGB (Red+Green+Blue) = 221+47+90=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 47 (18.75% from 255 or 13.13% from 358); Blue value is 90 (35.55% from 255 or 25.14% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2F5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2F5A is #22D0A5. Grayscale: #676767. Windows color (decimal): -2281638 or 5910493. OLE color: 5910493.
HSL color Cylindrical-coordinate representation of color #DD2F5A: hue angle of 345.17º 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 #DD2F5A is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 47 | 90 | - |
| CMYK | 0 | 0.79 | 0.59 | 0.13 |
| HSL | 345.17º | 0.72% | 0.53% | - |
| HSV(B) | 345.17º | 0.79% | 0.87% | - |
| XYZ | 32.68 | 18.14 | 11.45 | - |
| YUV | 103.93 | 120.15 | 211.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 47 | 90 | 0 | 0.79 | 0.59 | 0.13 | 345.17 | 0.72 | 0.53 |
| Hex | DD | 2F | 5A | 0 | 4F | 3B | D | 159 | 48 | 35 |
| Octal | 335 | 57 | 132 | 0 | 117 | 73 | 15 | 531 | 110 | 65 |
| Binary | 11011101 | 101111 | 1011010 | 0 | 1001111 | 111011 | 1101 | 101011001 | 1001000 | 110101 |
Color Harmonies of #DD2F5A
Complementary color
Monochromatic Colors of #DD2F5A
Black with #DD2F5A
Text Example
Text Example
White with #DD2F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2F5A; }
p { color: rgb(221,47,90); }
H1.HeaderClassName
{
color: #DD2F5A;
}
.AnyTagClassName
{
color: #DD2F5A;
}
</style>
background-color css
<style>
a { background-color: #DD2F5A; }
a { background-color: rgb(221,47,90); }
div.DivClassName
{
background-color: #DD2F5A;
}
.BgClassName
{
background-color: #DD2F5A;
}
</style>
border-color css
<style>
span { border-color: #DD2F5A; }
span { border-color: rgb(221,47,90); }
td.TdClassName
{
border-color: #DD2F5A;
}
.TagClassName
{
border-color: #DD2F5A;
}
</style>