Shades of Cerise #DD3973
Tints of Cerise #DD3973
RGB
CMYK
RGB Variations
Color information
#DD3973 (or 0xDD3973) is known color: Cerise. HEX triplet: DD, 39 and 73. RGB value is (221,57,115). Sum of RGB (Red+Green+Blue) = 221+57+115=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 57 (22.66% from 255 or 14.50% from 393); Blue value is 115 (45.31% from 255 or 29.26% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3973 is #22C68C. Grayscale: #707070. Windows color (decimal): -2279053 or 7551453. OLE color: 7551453.
HSL color Cylindrical-coordinate representation of color #DD3973: hue angle of 338.78º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD3973 is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 57 | 115 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.13 |
| HSL | 338.78º | 0.71% | 0.55% | - |
| HSV(B) | 338.78º | 0.74% | 0.87% | - |
| XYZ | 34.38 | 19.54 | 18.18 | - |
| YUV | 112.65 | 129.33 | 205.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 57 | 115 | 0 | 0.74 | 0.48 | 0.13 | 338.78 | 0.71 | 0.55 |
| Hex | DD | 39 | 73 | 0 | 4A | 30 | D | 153 | 47 | 37 |
| Octal | 335 | 71 | 163 | 0 | 112 | 60 | 15 | 523 | 107 | 67 |
| Binary | 11011101 | 111001 | 1110011 | 0 | 1001010 | 110000 | 1101 | 101010011 | 1000111 | 110111 |
Color Harmonies of #DD3973
Complementary color
Monochromatic Colors of #DD3973
Black with #DD3973
Text Example
Text Example
White with #DD3973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3973; }
p { color: rgb(221,57,115); }
H1.HeaderClassName
{
color: #DD3973;
}
.AnyTagClassName
{
color: #DD3973;
}
</style>
background-color css
<style>
a { background-color: #DD3973; }
a { background-color: rgb(221,57,115); }
div.DivClassName
{
background-color: #DD3973;
}
.BgClassName
{
background-color: #DD3973;
}
</style>
border-color css
<style>
span { border-color: #DD3973; }
span { border-color: rgb(221,57,115); }
td.TdClassName
{
border-color: #DD3973;
}
.TagClassName
{
border-color: #DD3973;
}
</style>