Shades of Cerise #DD4566
Tints of Cerise #DD4566
RGB
CMYK
RGB Variations
Color information
#DD4566 (or 0xDD4566) is known color: Cerise. HEX triplet: DD, 45 and 66. RGB value is (221,69,102). Sum of RGB (Red+Green+Blue) = 221+69+102=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 69 (27.34% from 255 or 17.60% from 392); Blue value is 102 (40.23% from 255 or 26.02% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4566 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4566 is #22BA99. Grayscale: #767676. Windows color (decimal): -2275994 or 6702557. OLE color: 6702557.
HSL color Cylindrical-coordinate representation of color #DD4566: hue angle of 346.97º 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 #DD4566 is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 102 | - |
| CMYK | 0 | 0.69 | 0.54 | 0.13 |
| HSL | 346.97º | 0.69% | 0.57% | - |
| HSV(B) | 346.97º | 0.69% | 0.87% | - |
| XYZ | 34.35 | 20.59 | 14.73 | - |
| YUV | 118.21 | 118.86 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 102 | 0 | 0.69 | 0.54 | 0.13 | 346.97 | 0.69 | 0.57 |
| Hex | DD | 45 | 66 | 0 | 45 | 36 | D | 15B | 45 | 39 |
| Octal | 335 | 105 | 146 | 0 | 105 | 66 | 15 | 533 | 105 | 71 |
| Binary | 11011101 | 1000101 | 1100110 | 0 | 1000101 | 110110 | 1101 | 101011011 | 1000101 | 111001 |
Color Harmonies of #DD4566
Complementary color
Monochromatic Colors of #DD4566
Black with #DD4566
Text Example
Text Example
White with #DD4566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4566; }
p { color: rgb(221,69,102); }
H1.HeaderClassName
{
color: #DD4566;
}
.AnyTagClassName
{
color: #DD4566;
}
</style>
background-color css
<style>
a { background-color: #DD4566; }
a { background-color: rgb(221,69,102); }
div.DivClassName
{
background-color: #DD4566;
}
.BgClassName
{
background-color: #DD4566;
}
</style>
border-color css
<style>
span { border-color: #DD4566; }
span { border-color: rgb(221,69,102); }
td.TdClassName
{
border-color: #DD4566;
}
.TagClassName
{
border-color: #DD4566;
}
</style>