Shades of Cerise #DD375F
Tints of Cerise #DD375F
RGB
CMYK
RGB Variations
Color information
#DD375F (or 0xDD375F) is known color: Cerise. HEX triplet: DD, 37 and 5F. RGB value is (221,55,95). Sum of RGB (Red+Green+Blue) = 221+55+95=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 55 (21.88% from 255 or 14.82% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD375F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD375F is #22C8A0. Grayscale: #6D6D6D. Windows color (decimal): -2279585 or 6240221. OLE color: 6240221.
HSL color Cylindrical-coordinate representation of color #DD375F: hue angle of 345.54º 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 #DD375F is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 55 | 95 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.13 |
| HSL | 345.54º | 0.71% | 0.54% | - |
| HSV(B) | 345.54º | 0.75% | 0.87% | - |
| XYZ | 33.25 | 18.93 | 12.73 | - |
| YUV | 109.19 | 120 | 207.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 55 | 95 | 0 | 0.75 | 0.57 | 0.13 | 345.54 | 0.71 | 0.54 |
| Hex | DD | 37 | 5F | 0 | 4B | 39 | D | 15A | 47 | 36 |
| Octal | 335 | 67 | 137 | 0 | 113 | 71 | 15 | 532 | 107 | 66 |
| Binary | 11011101 | 110111 | 1011111 | 0 | 1001011 | 111001 | 1101 | 101011010 | 1000111 | 110110 |
Color Harmonies of #DD375F
Complementary color
Monochromatic Colors of #DD375F
Black with #DD375F
Text Example
Text Example
White with #DD375F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD375F; }
p { color: rgb(221,55,95); }
H1.HeaderClassName
{
color: #DD375F;
}
.AnyTagClassName
{
color: #DD375F;
}
</style>
background-color css
<style>
a { background-color: #DD375F; }
a { background-color: rgb(221,55,95); }
div.DivClassName
{
background-color: #DD375F;
}
.BgClassName
{
background-color: #DD375F;
}
</style>
border-color css
<style>
span { border-color: #DD375F; }
span { border-color: rgb(221,55,95); }
td.TdClassName
{
border-color: #DD375F;
}
.TagClassName
{
border-color: #DD375F;
}
</style>