Shades of Cerise #DD385E
Tints of Cerise #DD385E
RGB
CMYK
RGB Variations
Color information
#DD385E (or 0xDD385E) is known color: Cerise. HEX triplet: DD, 38 and 5E. RGB value is (221,56,94). Sum of RGB (Red+Green+Blue) = 221+56+94=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 56 (22.27% from 255 or 15.09% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD385E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD385E is #22C7A1. Grayscale: #6D6D6D. Windows color (decimal): -2279330 or 6174941. OLE color: 6174941.
HSL color Cylindrical-coordinate representation of color #DD385E: hue angle of 346.18º 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 #DD385E is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 56 | 94 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.13 |
| HSL | 346.18º | 0.71% | 0.54% | - |
| HSV(B) | 346.18º | 0.75% | 0.87% | - |
| XYZ | 33.25 | 19.01 | 12.51 | - |
| YUV | 109.67 | 119.16 | 207.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 56 | 94 | 0 | 0.75 | 0.57 | 0.13 | 346.18 | 0.71 | 0.54 |
| Hex | DD | 38 | 5E | 0 | 4B | 39 | D | 15A | 47 | 36 |
| Octal | 335 | 70 | 136 | 0 | 113 | 71 | 15 | 532 | 107 | 66 |
| Binary | 11011101 | 111000 | 1011110 | 0 | 1001011 | 111001 | 1101 | 101011010 | 1000111 | 110110 |
Color Harmonies of #DD385E
Complementary color
Monochromatic Colors of #DD385E
Black with #DD385E
Text Example
Text Example
White with #DD385E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD385E; }
p { color: rgb(221,56,94); }
H1.HeaderClassName
{
color: #DD385E;
}
.AnyTagClassName
{
color: #DD385E;
}
</style>
background-color css
<style>
a { background-color: #DD385E; }
a { background-color: rgb(221,56,94); }
div.DivClassName
{
background-color: #DD385E;
}
.BgClassName
{
background-color: #DD385E;
}
</style>
border-color css
<style>
span { border-color: #DD385E; }
span { border-color: rgb(221,56,94); }
td.TdClassName
{
border-color: #DD385E;
}
.TagClassName
{
border-color: #DD385E;
}
</style>