Shades of Deep Cerise #DD387D
Tints of Deep Cerise #DD387D
RGB
CMYK
RGB Variations
Color information
#DD387D (or 0xDD387D) is known color: Deep Cerise. HEX triplet: DD, 38 and 7D. RGB value is (221,56,125). Sum of RGB (Red+Green+Blue) = 221+56+125=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 56 (22.27% from 255 or 13.93% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD387D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD387D is #22C782. Grayscale: #717171. Windows color (decimal): -2279299 or 8206557. OLE color: 8206557.
HSL color Cylindrical-coordinate representation of color #DD387D: hue angle of 334.91º 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 #DD387D is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 56 | 125 | - |
| CMYK | 0 | 0.75 | 0.43 | 0.13 |
| HSL | 334.91º | 0.71% | 0.54% | - |
| HSV(B) | 334.91º | 0.75% | 0.87% | - |
| XYZ | 34.93 | 19.68 | 21.36 | - |
| YUV | 113.2 | 134.66 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 56 | 125 | 0 | 0.75 | 0.43 | 0.13 | 334.91 | 0.71 | 0.54 |
| Hex | DD | 38 | 7D | 0 | 4B | 2B | D | 14F | 47 | 36 |
| Octal | 335 | 70 | 175 | 0 | 113 | 53 | 15 | 517 | 107 | 66 |
| Binary | 11011101 | 111000 | 1111101 | 0 | 1001011 | 101011 | 1101 | 101001111 | 1000111 | 110110 |
Color Harmonies of #DD387D
Complementary color
Monochromatic Colors of #DD387D
Black with #DD387D
Text Example
Text Example
White with #DD387D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD387D; }
p { color: rgb(221,56,125); }
H1.HeaderClassName
{
color: #DD387D;
}
.AnyTagClassName
{
color: #DD387D;
}
</style>
background-color css
<style>
a { background-color: #DD387D; }
a { background-color: rgb(221,56,125); }
div.DivClassName
{
background-color: #DD387D;
}
.BgClassName
{
background-color: #DD387D;
}
</style>
border-color css
<style>
span { border-color: #DD387D; }
span { border-color: rgb(221,56,125); }
td.TdClassName
{
border-color: #DD387D;
}
.TagClassName
{
border-color: #DD387D;
}
</style>