Shades of Cerise #DD4063
Tints of Cerise #DD4063
RGB
CMYK
RGB Variations
Color information
#DD4063 (or 0xDD4063) is known color: Cerise. HEX triplet: DD, 40 and 63. RGB value is (221,64,99). Sum of RGB (Red+Green+Blue) = 221+64+99=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 64 (25.39% from 255 or 16.67% from 384); Blue value is 99 (39.06% from 255 or 25.78% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4063 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4063 is #22BF9C. Grayscale: #727272. Windows color (decimal): -2277277 or 6504669. OLE color: 6504669.
HSL color Cylindrical-coordinate representation of color #DD4063: hue angle of 346.62º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD4063 is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 64 | 99 | - |
| CMYK | 0 | 0.71 | 0.55 | 0.13 |
| HSL | 346.62º | 0.7% | 0.56% | - |
| HSV(B) | 346.62º | 0.71% | 0.87% | - |
| XYZ | 33.9 | 19.94 | 13.87 | - |
| YUV | 114.93 | 119.01 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 64 | 99 | 0 | 0.71 | 0.55 | 0.13 | 346.62 | 0.7 | 0.56 |
| Hex | DD | 40 | 63 | 0 | 47 | 37 | D | 15B | 46 | 38 |
| Octal | 335 | 100 | 143 | 0 | 107 | 67 | 15 | 533 | 106 | 70 |
| Binary | 11011101 | 1000000 | 1100011 | 0 | 1000111 | 110111 | 1101 | 101011011 | 1000110 | 111000 |
Color Harmonies of #DD4063
Complementary color
Monochromatic Colors of #DD4063
Black with #DD4063
Text Example
Text Example
White with #DD4063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4063; }
p { color: rgb(221,64,99); }
H1.HeaderClassName
{
color: #DD4063;
}
.AnyTagClassName
{
color: #DD4063;
}
</style>
background-color css
<style>
a { background-color: #DD4063; }
a { background-color: rgb(221,64,99); }
div.DivClassName
{
background-color: #DD4063;
}
.BgClassName
{
background-color: #DD4063;
}
</style>
border-color css
<style>
span { border-color: #DD4063; }
span { border-color: rgb(221,64,99); }
td.TdClassName
{
border-color: #DD4063;
}
.TagClassName
{
border-color: #DD4063;
}
</style>