Shades of Cerise #DD375D
Tints of Cerise #DD375D
RGB
CMYK
RGB Variations
Color information
#DD375D (or 0xDD375D) is known color: Cerise. HEX triplet: DD, 37 and 5D. RGB value is (221,55,93). Sum of RGB (Red+Green+Blue) = 221+55+93=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 55 (21.88% from 255 or 14.91% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD375D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD375D is #22C8A2. Grayscale: #6C6C6C. Windows color (decimal): -2279587 or 6109149. OLE color: 6109149.
HSL color Cylindrical-coordinate representation of color #DD375D: hue angle of 346.27º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD375D is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 55 | 93 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.13 |
| HSL | 346.27º | 0.71% | 0.54% | - |
| HSV(B) | 346.27º | 0.75% | 0.87% | - |
| XYZ | 33.16 | 18.89 | 12.26 | - |
| YUV | 108.97 | 119 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 55 | 93 | 0 | 0.75 | 0.58 | 0.13 | 346.27 | 0.71 | 0.54 |
| Hex | DD | 37 | 5D | 0 | 4B | 3A | D | 15A | 47 | 36 |
| Octal | 335 | 67 | 135 | 0 | 113 | 72 | 15 | 532 | 107 | 66 |
| Binary | 11011101 | 110111 | 1011101 | 0 | 1001011 | 111010 | 1101 | 101011010 | 1000111 | 110110 |
Color Harmonies of #DD375D
Complementary color
Monochromatic Colors of #DD375D
Black with #DD375D
Text Example
Text Example
White with #DD375D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD375D; }
p { color: rgb(221,55,93); }
H1.HeaderClassName
{
color: #DD375D;
}
.AnyTagClassName
{
color: #DD375D;
}
</style>
background-color css
<style>
a { background-color: #DD375D; }
a { background-color: rgb(221,55,93); }
div.DivClassName
{
background-color: #DD375D;
}
.BgClassName
{
background-color: #DD375D;
}
</style>
border-color css
<style>
span { border-color: #DD375D; }
span { border-color: rgb(221,55,93); }
td.TdClassName
{
border-color: #DD375D;
}
.TagClassName
{
border-color: #DD375D;
}
</style>