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