Shades of Cerise #DD4065
Tints of Cerise #DD4065
RGB
CMYK
RGB Variations
Color information
#DD4065 (or 0xDD4065) is known color: Cerise. HEX triplet: DD, 40 and 65. RGB value is (221,64,101). Sum of RGB (Red+Green+Blue) = 221+64+101=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 64 (25.39% from 255 or 16.58% from 386); Blue value is 101 (39.84% from 255 or 26.17% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4065 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4065 is #22BF9A. Grayscale: #737373. Windows color (decimal): -2277275 or 6635741. OLE color: 6635741.
HSL color Cylindrical-coordinate representation of color #DD4065: hue angle of 345.86º 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 #DD4065 is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 64 | 101 | - |
| CMYK | 0 | 0.71 | 0.54 | 0.13 |
| HSL | 345.86º | 0.7% | 0.56% | - |
| HSV(B) | 345.86º | 0.71% | 0.87% | - |
| XYZ | 34 | 19.98 | 14.38 | - |
| YUV | 115.16 | 120.01 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 64 | 101 | 0 | 0.71 | 0.54 | 0.13 | 345.86 | 0.7 | 0.56 |
| Hex | DD | 40 | 65 | 0 | 47 | 36 | D | 15A | 46 | 38 |
| Octal | 335 | 100 | 145 | 0 | 107 | 66 | 15 | 532 | 106 | 70 |
| Binary | 11011101 | 1000000 | 1100101 | 0 | 1000111 | 110110 | 1101 | 101011010 | 1000110 | 111000 |
Color Harmonies of #DD4065
Complementary color
Monochromatic Colors of #DD4065
Black with #DD4065
Text Example
Text Example
White with #DD4065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4065; }
p { color: rgb(221,64,101); }
H1.HeaderClassName
{
color: #DD4065;
}
.AnyTagClassName
{
color: #DD4065;
}
</style>
background-color css
<style>
a { background-color: #DD4065; }
a { background-color: rgb(221,64,101); }
div.DivClassName
{
background-color: #DD4065;
}
.BgClassName
{
background-color: #DD4065;
}
</style>
border-color css
<style>
span { border-color: #DD4065; }
span { border-color: rgb(221,64,101); }
td.TdClassName
{
border-color: #DD4065;
}
.TagClassName
{
border-color: #DD4065;
}
</style>