Shades of Deep Cerise #D2338D
Tints of Deep Cerise #D2338D
RGB
CMYK
RGB Variations
Color information
#D2338D (or 0xD2338D) is known color: Deep Cerise. HEX triplet: D2, 33 and 8D. RGB value is (210,51,141). Sum of RGB (Red+Green+Blue) = 210+51+141=402 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.24% from 402); Green value is 51 (20.31% from 255 or 12.69% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 210 - color contains mainly: red. Hex color #D2338D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2338D is #2DCC72. Grayscale: #6C6C6C. Windows color (decimal): -3001459 or 9253842. OLE color: 9253842.
HSL color Cylindrical-coordinate representation of color #D2338D: hue angle of 326.04º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D2338D is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 51 | 141 | - |
| CMYK | 0 | 0.76 | 0.33 | 0.18 |
| HSL | 326.04º | 0.64% | 0.51% | - |
| HSV(B) | 326.04º | 0.76% | 0.82% | - |
| XYZ | 32.57 | 17.99 | 26.96 | - |
| YUV | 108.8 | 146.18 | 200.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 51 | 141 | 0 | 0.76 | 0.33 | 0.18 | 326.04 | 0.64 | 0.51 |
| Hex | D2 | 33 | 8D | 0 | 4C | 21 | 12 | 146 | 40 | 33 |
| Octal | 322 | 63 | 215 | 0 | 114 | 41 | 22 | 506 | 100 | 63 |
| Binary | 11010010 | 110011 | 10001101 | 0 | 1001100 | 100001 | 10010 | 101000110 | 1000000 | 110011 |
Color Harmonies of #D2338D
Complementary color
Monochromatic Colors of #D2338D
Black with #D2338D
Text Example
Text Example
White with #D2338D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2338D; }
p { color: rgb(210,51,141); }
H1.HeaderClassName
{
color: #D2338D;
}
.AnyTagClassName
{
color: #D2338D;
}
</style>
background-color css
<style>
a { background-color: #D2338D; }
a { background-color: rgb(210,51,141); }
div.DivClassName
{
background-color: #D2338D;
}
.BgClassName
{
background-color: #D2338D;
}
</style>
border-color css
<style>
span { border-color: #D2338D; }
span { border-color: rgb(210,51,141); }
td.TdClassName
{
border-color: #D2338D;
}
.TagClassName
{
border-color: #D2338D;
}
</style>