Shades of Cerise #DD3565
Tints of Cerise #DD3565
RGB
CMYK
RGB Variations
Color information
#DD3565 (or 0xDD3565) is known color: Cerise. HEX triplet: DD, 35 and 65. RGB value is (221,53,101). Sum of RGB (Red+Green+Blue) = 221+53+101=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 53 (21.09% from 255 or 14.13% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3565 is #22CA9A. Grayscale: #6C6C6C. Windows color (decimal): -2280091 or 6632925. OLE color: 6632925.
HSL color Cylindrical-coordinate representation of color #DD3565: hue angle of 342.86º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD3565 is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 53 | 101 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.13 |
| HSL | 342.86º | 0.71% | 0.54% | - |
| HSV(B) | 342.86º | 0.76% | 0.87% | - |
| XYZ | 33.44 | 18.86 | 14.19 | - |
| YUV | 108.7 | 123.66 | 208.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 53 | 101 | 0 | 0.76 | 0.54 | 0.13 | 342.86 | 0.71 | 0.54 |
| Hex | DD | 35 | 65 | 0 | 4C | 36 | D | 157 | 47 | 36 |
| Octal | 335 | 65 | 145 | 0 | 114 | 66 | 15 | 527 | 107 | 66 |
| Binary | 11011101 | 110101 | 1100101 | 0 | 1001100 | 110110 | 1101 | 101010111 | 1000111 | 110110 |
Color Harmonies of #DD3565
Complementary color
Monochromatic Colors of #DD3565
Black with #DD3565
Text Example
Text Example
White with #DD3565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3565; }
p { color: rgb(221,53,101); }
H1.HeaderClassName
{
color: #DD3565;
}
.AnyTagClassName
{
color: #DD3565;
}
</style>
background-color css
<style>
a { background-color: #DD3565; }
a { background-color: rgb(221,53,101); }
div.DivClassName
{
background-color: #DD3565;
}
.BgClassName
{
background-color: #DD3565;
}
</style>
border-color css
<style>
span { border-color: #DD3565; }
span { border-color: rgb(221,53,101); }
td.TdClassName
{
border-color: #DD3565;
}
.TagClassName
{
border-color: #DD3565;
}
</style>