Shades of Cerise #DD395D
Tints of Cerise #DD395D
RGB
CMYK
RGB Variations
Color information
#DD395D (or 0xDD395D) is known color: Cerise. HEX triplet: DD, 39 and 5D. RGB value is (221,57,93). Sum of RGB (Red+Green+Blue) = 221+57+93=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 57 (22.66% from 255 or 15.36% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD395D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD395D is #22C6A2. Grayscale: #6E6E6E. Windows color (decimal): -2279075 or 6109661. OLE color: 6109661.
HSL color Cylindrical-coordinate representation of color #DD395D: hue angle of 346.83º 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 #DD395D is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 57 | 93 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.13 |
| HSL | 346.83º | 0.71% | 0.55% | - |
| HSV(B) | 346.83º | 0.74% | 0.87% | - |
| XYZ | 33.26 | 19.09 | 12.29 | - |
| YUV | 110.14 | 118.33 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 57 | 93 | 0 | 0.74 | 0.58 | 0.13 | 346.83 | 0.71 | 0.55 |
| Hex | DD | 39 | 5D | 0 | 4A | 3A | D | 15B | 47 | 37 |
| Octal | 335 | 71 | 135 | 0 | 112 | 72 | 15 | 533 | 107 | 67 |
| Binary | 11011101 | 111001 | 1011101 | 0 | 1001010 | 111010 | 1101 | 101011011 | 1000111 | 110111 |
Color Harmonies of #DD395D
Complementary color
Monochromatic Colors of #DD395D
Black with #DD395D
Text Example
Text Example
White with #DD395D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD395D; }
p { color: rgb(221,57,93); }
H1.HeaderClassName
{
color: #DD395D;
}
.AnyTagClassName
{
color: #DD395D;
}
</style>
background-color css
<style>
a { background-color: #DD395D; }
a { background-color: rgb(221,57,93); }
div.DivClassName
{
background-color: #DD395D;
}
.BgClassName
{
background-color: #DD395D;
}
</style>
border-color css
<style>
span { border-color: #DD395D; }
span { border-color: rgb(221,57,93); }
td.TdClassName
{
border-color: #DD395D;
}
.TagClassName
{
border-color: #DD395D;
}
</style>