Shades of Cerise #DD276C
Tints of Cerise #DD276C
RGB
CMYK
RGB Variations
Color information
#DD276C (or 0xDD276C) is known color: Cerise. HEX triplet: DD, 27 and 6C. RGB value is (221,39,108). Sum of RGB (Red+Green+Blue) = 221+39+108=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 39 (15.62% from 255 or 10.60% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD276C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD276C is #22D893. Grayscale: #656565. Windows color (decimal): -2283668 or 7088093. OLE color: 7088093.
HSL color Cylindrical-coordinate representation of color #DD276C: hue angle of 337.25º 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 #DD276C is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 39 | 108 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.13 |
| HSL | 337.25º | 0.73% | 0.51% | - |
| HSV(B) | 337.25º | 0.82% | 0.87% | - |
| XYZ | 33.25 | 17.91 | 15.89 | - |
| YUV | 101.28 | 131.8 | 213.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 39 | 108 | 0 | 0.82 | 0.51 | 0.13 | 337.25 | 0.73 | 0.51 |
| Hex | DD | 27 | 6C | 0 | 52 | 33 | D | 151 | 49 | 33 |
| Octal | 335 | 47 | 154 | 0 | 122 | 63 | 15 | 521 | 111 | 63 |
| Binary | 11011101 | 100111 | 1101100 | 0 | 1010010 | 110011 | 1101 | 101010001 | 1001001 | 110011 |
Color Harmonies of #DD276C
Complementary color
Monochromatic Colors of #DD276C
Black with #DD276C
Text Example
Text Example
White with #DD276C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD276C; }
p { color: rgb(221,39,108); }
H1.HeaderClassName
{
color: #DD276C;
}
.AnyTagClassName
{
color: #DD276C;
}
</style>
background-color css
<style>
a { background-color: #DD276C; }
a { background-color: rgb(221,39,108); }
div.DivClassName
{
background-color: #DD276C;
}
.BgClassName
{
background-color: #DD276C;
}
</style>
border-color css
<style>
span { border-color: #DD276C; }
span { border-color: rgb(221,39,108); }
td.TdClassName
{
border-color: #DD276C;
}
.TagClassName
{
border-color: #DD276C;
}
</style>