Shades of Cerise #DD385D
Tints of Cerise #DD385D
RGB
CMYK
RGB Variations
Color information
#DD385D (or 0xDD385D) is known color: Cerise. HEX triplet: DD, 38 and 5D. RGB value is (221,56,93). Sum of RGB (Red+Green+Blue) = 221+56+93=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 56 (22.27% from 255 or 15.14% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD385D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD385D is #22C7A2. Grayscale: #6D6D6D. Windows color (decimal): -2279331 or 6109405. OLE color: 6109405.
HSL color Cylindrical-coordinate representation of color #DD385D: hue angle of 346.55º 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 #DD385D is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 56 | 93 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.13 |
| HSL | 346.55º | 0.71% | 0.54% | - |
| HSV(B) | 346.55º | 0.75% | 0.87% | - |
| XYZ | 33.21 | 18.99 | 12.27 | - |
| YUV | 109.55 | 118.66 | 207.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 56 | 93 | 0 | 0.75 | 0.58 | 0.13 | 346.55 | 0.71 | 0.54 |
| Hex | DD | 38 | 5D | 0 | 4B | 3A | D | 15B | 47 | 36 |
| Octal | 335 | 70 | 135 | 0 | 113 | 72 | 15 | 533 | 107 | 66 |
| Binary | 11011101 | 111000 | 1011101 | 0 | 1001011 | 111010 | 1101 | 101011011 | 1000111 | 110110 |
Color Harmonies of #DD385D
Complementary color
Monochromatic Colors of #DD385D
Black with #DD385D
Text Example
Text Example
White with #DD385D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD385D; }
p { color: rgb(221,56,93); }
H1.HeaderClassName
{
color: #DD385D;
}
.AnyTagClassName
{
color: #DD385D;
}
</style>
background-color css
<style>
a { background-color: #DD385D; }
a { background-color: rgb(221,56,93); }
div.DivClassName
{
background-color: #DD385D;
}
.BgClassName
{
background-color: #DD385D;
}
</style>
border-color css
<style>
span { border-color: #DD385D; }
span { border-color: rgb(221,56,93); }
td.TdClassName
{
border-color: #DD385D;
}
.TagClassName
{
border-color: #DD385D;
}
</style>