Shades of Cerise #DD385F
Tints of Cerise #DD385F
RGB
CMYK
RGB Variations
Color information
#DD385F (or 0xDD385F) is known color: Cerise. HEX triplet: DD, 38 and 5F. RGB value is (221,56,95). Sum of RGB (Red+Green+Blue) = 221+56+95=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 56 (22.27% from 255 or 15.05% from 372); Blue value is 95 (37.5% from 255 or 25.54% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD385F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD385F is #22C7A0. Grayscale: #6D6D6D. Windows color (decimal): -2279329 or 6240477. OLE color: 6240477.
HSL color Cylindrical-coordinate representation of color #DD385F: hue angle of 345.82º 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 #DD385F is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 56 | 95 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.13 |
| HSL | 345.82º | 0.71% | 0.54% | - |
| HSV(B) | 345.82º | 0.75% | 0.87% | - |
| XYZ | 33.3 | 19.03 | 12.74 | - |
| YUV | 109.78 | 119.66 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 56 | 95 | 0 | 0.75 | 0.57 | 0.13 | 345.82 | 0.71 | 0.54 |
| Hex | DD | 38 | 5F | 0 | 4B | 39 | D | 15A | 47 | 36 |
| Octal | 335 | 70 | 137 | 0 | 113 | 71 | 15 | 532 | 107 | 66 |
| Binary | 11011101 | 111000 | 1011111 | 0 | 1001011 | 111001 | 1101 | 101011010 | 1000111 | 110110 |
Color Harmonies of #DD385F
Complementary color
Monochromatic Colors of #DD385F
Black with #DD385F
Text Example
Text Example
White with #DD385F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD385F; }
p { color: rgb(221,56,95); }
H1.HeaderClassName
{
color: #DD385F;
}
.AnyTagClassName
{
color: #DD385F;
}
</style>
background-color css
<style>
a { background-color: #DD385F; }
a { background-color: rgb(221,56,95); }
div.DivClassName
{
background-color: #DD385F;
}
.BgClassName
{
background-color: #DD385F;
}
</style>
border-color css
<style>
span { border-color: #DD385F; }
span { border-color: rgb(221,56,95); }
td.TdClassName
{
border-color: #DD385F;
}
.TagClassName
{
border-color: #DD385F;
}
</style>