Shades of Cerise #DD2F6D
Tints of Cerise #DD2F6D
RGB
CMYK
RGB Variations
Color information
#DD2F6D (or 0xDD2F6D) is known color: Cerise. HEX triplet: DD, 2F and 6D. RGB value is (221,47,109). Sum of RGB (Red+Green+Blue) = 221+47+109=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 47 (18.75% from 255 or 12.47% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2F6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2F6D is #22D092. Grayscale: #6A6A6A. Windows color (decimal): -2281619 or 7155677. OLE color: 7155677.
HSL color Cylindrical-coordinate representation of color #DD2F6D: hue angle of 338.62º 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 #DD2F6D is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 47 | 109 | - |
| CMYK | 0 | 0.79 | 0.51 | 0.13 |
| HSL | 338.62º | 0.72% | 0.53% | - |
| HSV(B) | 338.62º | 0.79% | 0.87% | - |
| XYZ | 33.6 | 18.51 | 16.27 | - |
| YUV | 106.09 | 129.65 | 209.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 47 | 109 | 0 | 0.79 | 0.51 | 0.13 | 338.62 | 0.72 | 0.53 |
| Hex | DD | 2F | 6D | 0 | 4F | 33 | D | 153 | 48 | 35 |
| Octal | 335 | 57 | 155 | 0 | 117 | 63 | 15 | 523 | 110 | 65 |
| Binary | 11011101 | 101111 | 1101101 | 0 | 1001111 | 110011 | 1101 | 101010011 | 1001000 | 110101 |
Color Harmonies of #DD2F6D
Complementary color
Monochromatic Colors of #DD2F6D
Black with #DD2F6D
Text Example
Text Example
White with #DD2F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2F6D; }
p { color: rgb(221,47,109); }
H1.HeaderClassName
{
color: #DD2F6D;
}
.AnyTagClassName
{
color: #DD2F6D;
}
</style>
background-color css
<style>
a { background-color: #DD2F6D; }
a { background-color: rgb(221,47,109); }
div.DivClassName
{
background-color: #DD2F6D;
}
.BgClassName
{
background-color: #DD2F6D;
}
</style>
border-color css
<style>
span { border-color: #DD2F6D; }
span { border-color: rgb(221,47,109); }
td.TdClassName
{
border-color: #DD2F6D;
}
.TagClassName
{
border-color: #DD2F6D;
}
</style>