Shades of Cerise #DD2D6B
Tints of Cerise #DD2D6B
RGB
CMYK
RGB Variations
Color information
#DD2D6B (or 0xDD2D6B) is known color: Cerise. HEX triplet: DD, 2D and 6B. RGB value is (221,45,107). Sum of RGB (Red+Green+Blue) = 221+45+107=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 45 (17.97% from 255 or 12.06% from 373); Blue value is 107 (42.19% from 255 or 28.69% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2D6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2D6B is #22D294. Grayscale: #686868. Windows color (decimal): -2282133 or 7024093. OLE color: 7024093.
HSL color Cylindrical-coordinate representation of color #DD2D6B: hue angle of 338.86º 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 #DD2D6B is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 45 | 107 | - |
| CMYK | 0 | 0.80 | 0.52 | 0.13 |
| HSL | 338.86º | 0.72% | 0.52% | - |
| HSV(B) | 338.86º | 0.8% | 0.87% | - |
| XYZ | 33.41 | 18.31 | 15.68 | - |
| YUV | 104.69 | 129.31 | 210.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 45 | 107 | 0 | 0.80 | 0.52 | 0.13 | 338.86 | 0.72 | 0.52 |
| Hex | DD | 2D | 6B | 0 | 50 | 34 | D | 153 | 48 | 34 |
| Octal | 335 | 55 | 153 | 0 | 120 | 64 | 15 | 523 | 110 | 64 |
| Binary | 11011101 | 101101 | 1101011 | 0 | 1010000 | 110100 | 1101 | 101010011 | 1001000 | 110100 |
Color Harmonies of #DD2D6B
Complementary color
Monochromatic Colors of #DD2D6B
Black with #DD2D6B
Text Example
Text Example
White with #DD2D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2D6B; }
p { color: rgb(221,45,107); }
H1.HeaderClassName
{
color: #DD2D6B;
}
.AnyTagClassName
{
color: #DD2D6B;
}
</style>
background-color css
<style>
a { background-color: #DD2D6B; }
a { background-color: rgb(221,45,107); }
div.DivClassName
{
background-color: #DD2D6B;
}
.BgClassName
{
background-color: #DD2D6B;
}
</style>
border-color css
<style>
span { border-color: #DD2D6B; }
span { border-color: rgb(221,45,107); }
td.TdClassName
{
border-color: #DD2D6B;
}
.TagClassName
{
border-color: #DD2D6B;
}
</style>