Shades of Deep Cerise #D2388D
Tints of Deep Cerise #D2388D
RGB
CMYK
RGB Variations
Color information
#D2388D (or 0xD2388D) is known color: Deep Cerise. HEX triplet: D2, 38 and 8D. RGB value is (210,56,141). Sum of RGB (Red+Green+Blue) = 210+56+141=407 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.60% from 407); Green value is 56 (22.27% from 255 or 13.76% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 210 - color contains mainly: red. Hex color #D2388D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2388D is #2DC772. Grayscale: #6F6F6F. Windows color (decimal): -3000179 or 9255122. OLE color: 9255122.
HSL color Cylindrical-coordinate representation of color #D2388D: hue angle of 326.88º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D2388D is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 56 | 141 | - |
| CMYK | 0 | 0.73 | 0.33 | 0.18 |
| HSL | 326.88º | 0.63% | 0.52% | - |
| HSV(B) | 326.88º | 0.73% | 0.82% | - |
| XYZ | 32.8 | 18.45 | 27.03 | - |
| YUV | 111.74 | 144.52 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 56 | 141 | 0 | 0.73 | 0.33 | 0.18 | 326.88 | 0.63 | 0.52 |
| Hex | D2 | 38 | 8D | 0 | 49 | 21 | 12 | 147 | 3F | 34 |
| Octal | 322 | 70 | 215 | 0 | 111 | 41 | 22 | 507 | 77 | 64 |
| Binary | 11010010 | 111000 | 10001101 | 0 | 1001001 | 100001 | 10010 | 101000111 | 111111 | 110100 |
Color Harmonies of #D2388D
Complementary color
Monochromatic Colors of #D2388D
Black with #D2388D
Text Example
Text Example
White with #D2388D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2388D; }
p { color: rgb(210,56,141); }
H1.HeaderClassName
{
color: #D2388D;
}
.AnyTagClassName
{
color: #D2388D;
}
</style>
background-color css
<style>
a { background-color: #D2388D; }
a { background-color: rgb(210,56,141); }
div.DivClassName
{
background-color: #D2388D;
}
.BgClassName
{
background-color: #D2388D;
}
</style>
border-color css
<style>
span { border-color: #D2388D; }
span { border-color: rgb(210,56,141); }
td.TdClassName
{
border-color: #D2388D;
}
.TagClassName
{
border-color: #D2388D;
}
</style>