Shades of Cerise #DD2B6C
Tints of Cerise #DD2B6C
RGB
CMYK
RGB Variations
Color information
#DD2B6C (or 0xDD2B6C) is known color: Cerise. HEX triplet: DD, 2B and 6C. RGB value is (221,43,108). Sum of RGB (Red+Green+Blue) = 221+43+108=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 43 (17.19% from 255 or 11.56% from 372); Blue value is 108 (42.58% from 255 or 29.03% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2B6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2B6C is #22D493. Grayscale: #676767. Windows color (decimal): -2282644 or 7089117. OLE color: 7089117.
HSL color Cylindrical-coordinate representation of color #DD2B6C: hue angle of 338.09º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD2B6C is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 43 | 108 | - |
| CMYK | 0 | 0.81 | 0.51 | 0.13 |
| HSL | 338.09º | 0.72% | 0.52% | - |
| HSV(B) | 338.09º | 0.81% | 0.87% | - |
| XYZ | 33.39 | 18.18 | 15.94 | - |
| YUV | 103.63 | 130.47 | 211.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 43 | 108 | 0 | 0.81 | 0.51 | 0.13 | 338.09 | 0.72 | 0.52 |
| Hex | DD | 2B | 6C | 0 | 51 | 33 | D | 152 | 48 | 34 |
| Octal | 335 | 53 | 154 | 0 | 121 | 63 | 15 | 522 | 110 | 64 |
| Binary | 11011101 | 101011 | 1101100 | 0 | 1010001 | 110011 | 1101 | 101010010 | 1001000 | 110100 |
Color Harmonies of #DD2B6C
Complementary color
Monochromatic Colors of #DD2B6C
Black with #DD2B6C
Text Example
Text Example
White with #DD2B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2B6C; }
p { color: rgb(221,43,108); }
H1.HeaderClassName
{
color: #DD2B6C;
}
.AnyTagClassName
{
color: #DD2B6C;
}
</style>
background-color css
<style>
a { background-color: #DD2B6C; }
a { background-color: rgb(221,43,108); }
div.DivClassName
{
background-color: #DD2B6C;
}
.BgClassName
{
background-color: #DD2B6C;
}
</style>
border-color css
<style>
span { border-color: #DD2B6C; }
span { border-color: rgb(221,43,108); }
td.TdClassName
{
border-color: #DD2B6C;
}
.TagClassName
{
border-color: #DD2B6C;
}
</style>