Shades of Cerise #DD286D
Tints of Cerise #DD286D
RGB
CMYK
RGB Variations
Color information
#DD286D (or 0xDD286D) is known color: Cerise. HEX triplet: DD, 28 and 6D. RGB value is (221,40,109). Sum of RGB (Red+Green+Blue) = 221+40+109=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 40 (16.02% from 255 or 10.81% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD286D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD286D is #22D792. Grayscale: #656565. Windows color (decimal): -2283411 or 7153885. OLE color: 7153885.
HSL color Cylindrical-coordinate representation of color #DD286D: hue angle of 337.13º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD286D is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 40 | 109 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.13 |
| HSL | 337.13º | 0.73% | 0.51% | - |
| HSV(B) | 337.13º | 0.82% | 0.87% | - |
| XYZ | 33.34 | 17.99 | 16.18 | - |
| YUV | 101.99 | 131.97 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 40 | 109 | 0 | 0.82 | 0.51 | 0.13 | 337.13 | 0.73 | 0.51 |
| Hex | DD | 28 | 6D | 0 | 52 | 33 | D | 151 | 49 | 33 |
| Octal | 335 | 50 | 155 | 0 | 122 | 63 | 15 | 521 | 111 | 63 |
| Binary | 11011101 | 101000 | 1101101 | 0 | 1010010 | 110011 | 1101 | 101010001 | 1001001 | 110011 |
Color Harmonies of #DD286D
Complementary color
Monochromatic Colors of #DD286D
Black with #DD286D
Text Example
Text Example
White with #DD286D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD286D; }
p { color: rgb(221,40,109); }
H1.HeaderClassName
{
color: #DD286D;
}
.AnyTagClassName
{
color: #DD286D;
}
</style>
background-color css
<style>
a { background-color: #DD286D; }
a { background-color: rgb(221,40,109); }
div.DivClassName
{
background-color: #DD286D;
}
.BgClassName
{
background-color: #DD286D;
}
</style>
border-color css
<style>
span { border-color: #DD286D; }
span { border-color: rgb(221,40,109); }
td.TdClassName
{
border-color: #DD286D;
}
.TagClassName
{
border-color: #DD286D;
}
</style>