Shades of Cerise #DD276D
Tints of Cerise #DD276D
RGB
CMYK
RGB Variations
Color information
#DD276D (or 0xDD276D) is known color: Cerise. HEX triplet: DD, 27 and 6D. RGB value is (221,39,109). Sum of RGB (Red+Green+Blue) = 221+39+109=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 39 (15.62% from 255 or 10.57% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD276D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD276D is #22D892. Grayscale: #656565. Windows color (decimal): -2283667 or 7153629. OLE color: 7153629.
HSL color Cylindrical-coordinate representation of color #DD276D: hue angle of 336.92º 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 #DD276D is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 39 | 109 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.13 |
| HSL | 336.92º | 0.73% | 0.51% | - |
| HSV(B) | 336.92º | 0.82% | 0.87% | - |
| XYZ | 33.3 | 17.93 | 16.17 | - |
| YUV | 101.4 | 132.3 | 213.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 39 | 109 | 0 | 0.82 | 0.51 | 0.13 | 336.92 | 0.73 | 0.51 |
| Hex | DD | 27 | 6D | 0 | 52 | 33 | D | 151 | 49 | 33 |
| Octal | 335 | 47 | 155 | 0 | 122 | 63 | 15 | 521 | 111 | 63 |
| Binary | 11011101 | 100111 | 1101101 | 0 | 1010010 | 110011 | 1101 | 101010001 | 1001001 | 110011 |
Color Harmonies of #DD276D
Complementary color
Monochromatic Colors of #DD276D
Black with #DD276D
Text Example
Text Example
White with #DD276D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD276D; }
p { color: rgb(221,39,109); }
H1.HeaderClassName
{
color: #DD276D;
}
.AnyTagClassName
{
color: #DD276D;
}
</style>
background-color css
<style>
a { background-color: #DD276D; }
a { background-color: rgb(221,39,109); }
div.DivClassName
{
background-color: #DD276D;
}
.BgClassName
{
background-color: #DD276D;
}
</style>
border-color css
<style>
span { border-color: #DD276D; }
span { border-color: rgb(221,39,109); }
td.TdClassName
{
border-color: #DD276D;
}
.TagClassName
{
border-color: #DD276D;
}
</style>