Shades of Cerise #DD3B63
Tints of Cerise #DD3B63
RGB
CMYK
RGB Variations
Color information
#DD3B63 (or 0xDD3B63) is known color: Cerise. HEX triplet: DD, 3B and 63. RGB value is (221,59,99). Sum of RGB (Red+Green+Blue) = 221+59+99=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 59 (23.44% from 255 or 15.57% from 379); Blue value is 99 (39.06% from 255 or 26.12% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3B63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3B63 is #22C49C. Grayscale: #6F6F6F. Windows color (decimal): -2278557 or 6503389. OLE color: 6503389.
HSL color Cylindrical-coordinate representation of color #DD3B63: hue angle of 345.19º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DD3B63 is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 59 | 99 | - |
| CMYK | 0 | 0.73 | 0.55 | 0.13 |
| HSL | 345.19º | 0.7% | 0.55% | - |
| HSV(B) | 345.19º | 0.73% | 0.87% | - |
| XYZ | 33.63 | 19.4 | 13.78 | - |
| YUV | 112 | 120.67 | 205.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 59 | 99 | 0 | 0.73 | 0.55 | 0.13 | 345.19 | 0.7 | 0.55 |
| Hex | DD | 3B | 63 | 0 | 49 | 37 | D | 159 | 46 | 37 |
| Octal | 335 | 73 | 143 | 0 | 111 | 67 | 15 | 531 | 106 | 67 |
| Binary | 11011101 | 111011 | 1100011 | 0 | 1001001 | 110111 | 1101 | 101011001 | 1000110 | 110111 |
Color Harmonies of #DD3B63
Complementary color
Monochromatic Colors of #DD3B63
Black with #DD3B63
Text Example
Text Example
White with #DD3B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3B63; }
p { color: rgb(221,59,99); }
H1.HeaderClassName
{
color: #DD3B63;
}
.AnyTagClassName
{
color: #DD3B63;
}
</style>
background-color css
<style>
a { background-color: #DD3B63; }
a { background-color: rgb(221,59,99); }
div.DivClassName
{
background-color: #DD3B63;
}
.BgClassName
{
background-color: #DD3B63;
}
</style>
border-color css
<style>
span { border-color: #DD3B63; }
span { border-color: rgb(221,59,99); }
td.TdClassName
{
border-color: #DD3B63;
}
.TagClassName
{
border-color: #DD3B63;
}
</style>