Shades of Cerise #DD4565
Tints of Cerise #DD4565
RGB
CMYK
RGB Variations
Color information
#DD4565 (or 0xDD4565) is known color: Cerise. HEX triplet: DD, 45 and 65. RGB value is (221,69,101). Sum of RGB (Red+Green+Blue) = 221+69+101=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 69 (27.34% from 255 or 17.65% from 391); Blue value is 101 (39.84% from 255 or 25.83% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4565 is #22BA9A. Grayscale: #767676. Windows color (decimal): -2275995 or 6637021. OLE color: 6637021.
HSL color Cylindrical-coordinate representation of color #DD4565: hue angle of 347.37º 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 #DD4565 is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 101 | - |
| CMYK | 0 | 0.69 | 0.54 | 0.13 |
| HSL | 347.37º | 0.69% | 0.57% | - |
| HSV(B) | 347.37º | 0.69% | 0.87% | - |
| XYZ | 34.3 | 20.57 | 14.47 | - |
| YUV | 118.1 | 118.36 | 201.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 101 | 0 | 0.69 | 0.54 | 0.13 | 347.37 | 0.69 | 0.57 |
| Hex | DD | 45 | 65 | 0 | 45 | 36 | D | 15B | 45 | 39 |
| Octal | 335 | 105 | 145 | 0 | 105 | 66 | 15 | 533 | 105 | 71 |
| Binary | 11011101 | 1000101 | 1100101 | 0 | 1000101 | 110110 | 1101 | 101011011 | 1000101 | 111001 |
Color Harmonies of #DD4565
Complementary color
Monochromatic Colors of #DD4565
Black with #DD4565
Text Example
Text Example
White with #DD4565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4565; }
p { color: rgb(221,69,101); }
H1.HeaderClassName
{
color: #DD4565;
}
.AnyTagClassName
{
color: #DD4565;
}
</style>
background-color css
<style>
a { background-color: #DD4565; }
a { background-color: rgb(221,69,101); }
div.DivClassName
{
background-color: #DD4565;
}
.BgClassName
{
background-color: #DD4565;
}
</style>
border-color css
<style>
span { border-color: #DD4565; }
span { border-color: rgb(221,69,101); }
td.TdClassName
{
border-color: #DD4565;
}
.TagClassName
{
border-color: #DD4565;
}
</style>