Shades of Cerise #DD4562
Tints of Cerise #DD4562
RGB
CMYK
RGB Variations
Color information
#DD4562 (or 0xDD4562) is known color: Cerise. HEX triplet: DD, 45 and 62. RGB value is (221,69,98). Sum of RGB (Red+Green+Blue) = 221+69+98=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 69 (27.34% from 255 or 17.78% from 388); Blue value is 98 (38.67% from 255 or 25.26% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4562 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4562 is #22BA9D. Grayscale: #757575. Windows color (decimal): -2275998 or 6440413. OLE color: 6440413.
HSL color Cylindrical-coordinate representation of color #DD4562: hue angle of 348.55º 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 #DD4562 is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 98 | - |
| CMYK | 0 | 0.69 | 0.56 | 0.13 |
| HSL | 348.55º | 0.69% | 0.57% | - |
| HSV(B) | 348.55º | 0.69% | 0.87% | - |
| XYZ | 34.15 | 20.51 | 13.71 | - |
| YUV | 117.75 | 116.86 | 201.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 98 | 0 | 0.69 | 0.56 | 0.13 | 348.55 | 0.69 | 0.57 |
| Hex | DD | 45 | 62 | 0 | 45 | 38 | D | 15D | 45 | 39 |
| Octal | 335 | 105 | 142 | 0 | 105 | 70 | 15 | 535 | 105 | 71 |
| Binary | 11011101 | 1000101 | 1100010 | 0 | 1000101 | 111000 | 1101 | 101011101 | 1000101 | 111001 |
Color Harmonies of #DD4562
Complementary color
Monochromatic Colors of #DD4562
Black with #DD4562
Text Example
Text Example
White with #DD4562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4562; }
p { color: rgb(221,69,98); }
H1.HeaderClassName
{
color: #DD4562;
}
.AnyTagClassName
{
color: #DD4562;
}
</style>
background-color css
<style>
a { background-color: #DD4562; }
a { background-color: rgb(221,69,98); }
div.DivClassName
{
background-color: #DD4562;
}
.BgClassName
{
background-color: #DD4562;
}
</style>
border-color css
<style>
span { border-color: #DD4562; }
span { border-color: rgb(221,69,98); }
td.TdClassName
{
border-color: #DD4562;
}
.TagClassName
{
border-color: #DD4562;
}
</style>