Shades of Cerise #DD286C
Tints of Cerise #DD286C
RGB
CMYK
RGB Variations
Color information
#DD286C (or 0xDD286C) is known color: Cerise. HEX triplet: DD, 28 and 6C. RGB value is (221,40,108). Sum of RGB (Red+Green+Blue) = 221+40+108=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 40 (16.02% from 255 or 10.84% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD286C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD286C is #22D793. Grayscale: #656565. Windows color (decimal): -2283412 or 7088349. OLE color: 7088349.
HSL color Cylindrical-coordinate representation of color #DD286C: hue angle of 337.46º 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 #DD286C is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 40 | 108 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.13 |
| HSL | 337.46º | 0.73% | 0.51% | - |
| HSV(B) | 337.46º | 0.82% | 0.87% | - |
| XYZ | 33.28 | 17.97 | 15.9 | - |
| YUV | 101.87 | 131.47 | 212.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 40 | 108 | 0 | 0.82 | 0.51 | 0.13 | 337.46 | 0.73 | 0.51 |
| Hex | DD | 28 | 6C | 0 | 52 | 33 | D | 151 | 49 | 33 |
| Octal | 335 | 50 | 154 | 0 | 122 | 63 | 15 | 521 | 111 | 63 |
| Binary | 11011101 | 101000 | 1101100 | 0 | 1010010 | 110011 | 1101 | 101010001 | 1001001 | 110011 |
Color Harmonies of #DD286C
Complementary color
Monochromatic Colors of #DD286C
Black with #DD286C
Text Example
Text Example
White with #DD286C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD286C; }
p { color: rgb(221,40,108); }
H1.HeaderClassName
{
color: #DD286C;
}
.AnyTagClassName
{
color: #DD286C;
}
</style>
background-color css
<style>
a { background-color: #DD286C; }
a { background-color: rgb(221,40,108); }
div.DivClassName
{
background-color: #DD286C;
}
.BgClassName
{
background-color: #DD286C;
}
</style>
border-color css
<style>
span { border-color: #DD286C; }
span { border-color: rgb(221,40,108); }
td.TdClassName
{
border-color: #DD286C;
}
.TagClassName
{
border-color: #DD286C;
}
</style>