Shades of Cerise #DD4561
Tints of Cerise #DD4561
RGB
CMYK
RGB Variations
Color information
#DD4561 (or 0xDD4561) is known color: Cerise. HEX triplet: DD, 45 and 61. RGB value is (221,69,97). Sum of RGB (Red+Green+Blue) = 221+69+97=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 69 (27.34% from 255 or 17.83% from 387); Blue value is 97 (38.28% from 255 or 25.06% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4561 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4561 is #22BA9E. Grayscale: #757575. Windows color (decimal): -2275999 or 6374877. OLE color: 6374877.
HSL color Cylindrical-coordinate representation of color #DD4561: hue angle of 348.95º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD4561 is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 97 | - |
| CMYK | 0 | 0.69 | 0.56 | 0.13 |
| HSL | 348.95º | 0.69% | 0.57% | - |
| HSV(B) | 348.95º | 0.69% | 0.87% | - |
| XYZ | 34.1 | 20.49 | 13.47 | - |
| YUV | 117.64 | 116.36 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 97 | 0 | 0.69 | 0.56 | 0.13 | 348.95 | 0.69 | 0.57 |
| Hex | DD | 45 | 61 | 0 | 45 | 38 | D | 15D | 45 | 39 |
| Octal | 335 | 105 | 141 | 0 | 105 | 70 | 15 | 535 | 105 | 71 |
| Binary | 11011101 | 1000101 | 1100001 | 0 | 1000101 | 111000 | 1101 | 101011101 | 1000101 | 111001 |
Color Harmonies of #DD4561
Complementary color
Monochromatic Colors of #DD4561
Black with #DD4561
Text Example
Text Example
White with #DD4561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4561; }
p { color: rgb(221,69,97); }
H1.HeaderClassName
{
color: #DD4561;
}
.AnyTagClassName
{
color: #DD4561;
}
</style>
background-color css
<style>
a { background-color: #DD4561; }
a { background-color: rgb(221,69,97); }
div.DivClassName
{
background-color: #DD4561;
}
.BgClassName
{
background-color: #DD4561;
}
</style>
border-color css
<style>
span { border-color: #DD4561; }
span { border-color: rgb(221,69,97); }
td.TdClassName
{
border-color: #DD4561;
}
.TagClassName
{
border-color: #DD4561;
}
</style>