Shades of Deep Cerise #D2338F
Tints of Deep Cerise #D2338F
RGB
CMYK
RGB Variations
Color information
#D2338F (or 0xD2338F) is known color: Deep Cerise. HEX triplet: D2, 33 and 8F. RGB value is (210,51,143). Sum of RGB (Red+Green+Blue) = 210+51+143=404 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.98% from 404); Green value is 51 (20.31% from 255 or 12.62% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 210 - color contains mainly: red. Hex color #D2338F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2338F is #2DCC70. Grayscale: #6C6C6C. Windows color (decimal): -3001457 or 9384914. OLE color: 9384914.
HSL color Cylindrical-coordinate representation of color #D2338F: hue angle of 325.28º 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 #D2338F is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 51 | 143 | - |
| CMYK | 0 | 0.76 | 0.32 | 0.18 |
| HSL | 325.28º | 0.64% | 0.51% | - |
| HSV(B) | 325.28º | 0.76% | 0.82% | - |
| XYZ | 32.72 | 18.05 | 27.75 | - |
| YUV | 109.03 | 147.18 | 200.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 51 | 143 | 0 | 0.76 | 0.32 | 0.18 | 325.28 | 0.64 | 0.51 |
| Hex | D2 | 33 | 8F | 0 | 4C | 20 | 12 | 145 | 40 | 33 |
| Octal | 322 | 63 | 217 | 0 | 114 | 40 | 22 | 505 | 100 | 63 |
| Binary | 11010010 | 110011 | 10001111 | 0 | 1001100 | 100000 | 10010 | 101000101 | 1000000 | 110011 |
Color Harmonies of #D2338F
Complementary color
Monochromatic Colors of #D2338F
Black with #D2338F
Text Example
Text Example
White with #D2338F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2338F; }
p { color: rgb(210,51,143); }
H1.HeaderClassName
{
color: #D2338F;
}
.AnyTagClassName
{
color: #D2338F;
}
</style>
background-color css
<style>
a { background-color: #D2338F; }
a { background-color: rgb(210,51,143); }
div.DivClassName
{
background-color: #D2338F;
}
.BgClassName
{
background-color: #D2338F;
}
</style>
border-color css
<style>
span { border-color: #D2338F; }
span { border-color: rgb(210,51,143); }
td.TdClassName
{
border-color: #D2338F;
}
.TagClassName
{
border-color: #D2338F;
}
</style>