Shades of Deep Cerise #D33A9B
Tints of Deep Cerise #D33A9B
RGB
CMYK
RGB Variations
Color information
#D33A9B (or 0xD33A9B) is known color: Deep Cerise. HEX triplet: D3, 3A and 9B. RGB value is (211,58,155). Sum of RGB (Red+Green+Blue) = 211+58+155=424 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.76% from 424); Green value is 58 (23.05% from 255 or 13.68% from 424); Blue value is 155 (60.94% from 255 or 36.56% from 424); Max value from RGB is 211 - color contains mainly: red. Hex color #D33A9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33A9B is #2CC564. Grayscale: #727272. Windows color (decimal): -2934117 or 10173139. OLE color: 10173139.
HSL color Cylindrical-coordinate representation of color #D33A9B: hue angle of 321.96º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D33A9B is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 58 | 155 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.17 |
| HSL | 321.96º | 0.63% | 0.53% | - |
| HSV(B) | 321.96º | 0.73% | 0.83% | - |
| XYZ | 34.29 | 19.24 | 32.92 | - |
| YUV | 114.81 | 150.69 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 58 | 155 | 0 | 0.73 | 0.27 | 0.17 | 321.96 | 0.63 | 0.53 |
| Hex | D3 | 3A | 9B | 0 | 49 | 1B | 11 | 142 | 3F | 35 |
| Octal | 323 | 72 | 233 | 0 | 111 | 33 | 21 | 502 | 77 | 65 |
| Binary | 11010011 | 111010 | 10011011 | 0 | 1001001 | 11011 | 10001 | 101000010 | 111111 | 110101 |
Color Harmonies of #D33A9B
Complementary color
Monochromatic Colors of #D33A9B
Black with #D33A9B
Text Example
Text Example
White with #D33A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33A9B; }
p { color: rgb(211,58,155); }
H1.HeaderClassName
{
color: #D33A9B;
}
.AnyTagClassName
{
color: #D33A9B;
}
</style>
background-color css
<style>
a { background-color: #D33A9B; }
a { background-color: rgb(211,58,155); }
div.DivClassName
{
background-color: #D33A9B;
}
.BgClassName
{
background-color: #D33A9B;
}
</style>
border-color css
<style>
span { border-color: #D33A9B; }
span { border-color: rgb(211,58,155); }
td.TdClassName
{
border-color: #D33A9B;
}
.TagClassName
{
border-color: #D33A9B;
}
</style>