Shades of Deep Cerise #D33B9A
Tints of Deep Cerise #D33B9A
RGB
CMYK
RGB Variations
Color information
#D33B9A (or 0xD33B9A) is known color: Deep Cerise. HEX triplet: D3, 3B and 9A. RGB value is (211,59,154). Sum of RGB (Red+Green+Blue) = 211+59+154=424 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.76% from 424); Green value is 59 (23.44% from 255 or 13.92% from 424); Blue value is 154 (60.55% from 255 or 36.32% from 424); Max value from RGB is 211 - color contains mainly: red. Hex color #D33B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33B9A is #2CC465. Grayscale: #737373. Windows color (decimal): -2933862 or 10107859. OLE color: 10107859.
HSL color Cylindrical-coordinate representation of color #D33B9A: hue angle of 322.5º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D33B9A is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 59 | 154 | - |
| CMYK | 0 | 0.72 | 0.27 | 0.17 |
| HSL | 322.5º | 0.63% | 0.53% | - |
| HSV(B) | 322.5º | 0.72% | 0.83% | - |
| XYZ | 34.26 | 19.31 | 32.49 | - |
| YUV | 115.28 | 149.86 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 59 | 154 | 0 | 0.72 | 0.27 | 0.17 | 322.5 | 0.63 | 0.53 |
| Hex | D3 | 3B | 9A | 0 | 48 | 1B | 11 | 142 | 3F | 35 |
| Octal | 323 | 73 | 232 | 0 | 110 | 33 | 21 | 502 | 77 | 65 |
| Binary | 11010011 | 111011 | 10011010 | 0 | 1001000 | 11011 | 10001 | 101000010 | 111111 | 110101 |
Color Harmonies of #D33B9A
Complementary color
Monochromatic Colors of #D33B9A
Black with #D33B9A
Text Example
Text Example
White with #D33B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33B9A; }
p { color: rgb(211,59,154); }
H1.HeaderClassName
{
color: #D33B9A;
}
.AnyTagClassName
{
color: #D33B9A;
}
</style>
background-color css
<style>
a { background-color: #D33B9A; }
a { background-color: rgb(211,59,154); }
div.DivClassName
{
background-color: #D33B9A;
}
.BgClassName
{
background-color: #D33B9A;
}
</style>
border-color css
<style>
span { border-color: #D33B9A; }
span { border-color: rgb(211,59,154); }
td.TdClassName
{
border-color: #D33B9A;
}
.TagClassName
{
border-color: #D33B9A;
}
</style>