Shades of Deep Cerise #D3238B
Tints of Deep Cerise #D3238B
RGB
CMYK
RGB Variations
Color information
#D3238B (or 0xD3238B) is known color: Deep Cerise. HEX triplet: D3, 23 and 8B. RGB value is (211,35,139). Sum of RGB (Red+Green+Blue) = 211+35+139=385 (50% of max value = 765). Red value is 211 (82.81% from 255 or 54.81% from 385); Green value is 35 (14.06% from 255 or 9.09% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 211 - color contains mainly: red. Hex color #D3238B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3238B is #2CDC74. Grayscale: #636363. Windows color (decimal): -2940021 or 9118675. OLE color: 9118675.
HSL color Cylindrical-coordinate representation of color #D3238B: hue angle of 324.55º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D3238B is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 35 | 139 | - |
| CMYK | 0 | 0.83 | 0.34 | 0.17 |
| HSL | 324.55º | 0.72% | 0.48% | - |
| HSV(B) | 324.55º | 0.83% | 0.83% | - |
| XYZ | 32.13 | 16.92 | 26 | - |
| YUV | 99.48 | 150.31 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 35 | 139 | 0 | 0.83 | 0.34 | 0.17 | 324.55 | 0.72 | 0.48 |
| Hex | D3 | 23 | 8B | 0 | 53 | 22 | 11 | 145 | 48 | 30 |
| Octal | 323 | 43 | 213 | 0 | 123 | 42 | 21 | 505 | 110 | 60 |
| Binary | 11010011 | 100011 | 10001011 | 0 | 1010011 | 100010 | 10001 | 101000101 | 1001000 | 110000 |
Color Harmonies of #D3238B
Complementary color
Monochromatic Colors of #D3238B
Black with #D3238B
Text Example
Text Example
White with #D3238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3238B; }
p { color: rgb(211,35,139); }
H1.HeaderClassName
{
color: #D3238B;
}
.AnyTagClassName
{
color: #D3238B;
}
</style>
background-color css
<style>
a { background-color: #D3238B; }
a { background-color: rgb(211,35,139); }
div.DivClassName
{
background-color: #D3238B;
}
.BgClassName
{
background-color: #D3238B;
}
</style>
border-color css
<style>
span { border-color: #D3238B; }
span { border-color: rgb(211,35,139); }
td.TdClassName
{
border-color: #D3238B;
}
.TagClassName
{
border-color: #D3238B;
}
</style>