Shades of Cerise #DD4564
Tints of Cerise #DD4564
RGB
CMYK
RGB Variations
Color information
#DD4564 (or 0xDD4564) is known color: Cerise. HEX triplet: DD, 45 and 64. RGB value is (221,69,100). Sum of RGB (Red+Green+Blue) = 221+69+100=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 69 (27.34% from 255 or 17.69% from 390); Blue value is 100 (39.45% from 255 or 25.64% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4564 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4564 is #22BA9B. Grayscale: #767676. Windows color (decimal): -2275996 or 6571485. OLE color: 6571485.
HSL color Cylindrical-coordinate representation of color #DD4564: hue angle of 347.76º 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 #DD4564 is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 100 | - |
| CMYK | 0 | 0.69 | 0.55 | 0.13 |
| HSL | 347.76º | 0.69% | 0.57% | - |
| HSV(B) | 347.76º | 0.69% | 0.87% | - |
| XYZ | 34.25 | 20.55 | 14.22 | - |
| YUV | 117.98 | 117.86 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 100 | 0 | 0.69 | 0.55 | 0.13 | 347.76 | 0.69 | 0.57 |
| Hex | DD | 45 | 64 | 0 | 45 | 37 | D | 15C | 45 | 39 |
| Octal | 335 | 105 | 144 | 0 | 105 | 67 | 15 | 534 | 105 | 71 |
| Binary | 11011101 | 1000101 | 1100100 | 0 | 1000101 | 110111 | 1101 | 101011100 | 1000101 | 111001 |
Color Harmonies of #DD4564
Complementary color
Monochromatic Colors of #DD4564
Black with #DD4564
Text Example
Text Example
White with #DD4564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4564; }
p { color: rgb(221,69,100); }
H1.HeaderClassName
{
color: #DD4564;
}
.AnyTagClassName
{
color: #DD4564;
}
</style>
background-color css
<style>
a { background-color: #DD4564; }
a { background-color: rgb(221,69,100); }
div.DivClassName
{
background-color: #DD4564;
}
.BgClassName
{
background-color: #DD4564;
}
</style>
border-color css
<style>
span { border-color: #DD4564; }
span { border-color: rgb(221,69,100); }
td.TdClassName
{
border-color: #DD4564;
}
.TagClassName
{
border-color: #DD4564;
}
</style>