Shades of Deep Cerise #D33B7A
Tints of Deep Cerise #D33B7A
RGB
CMYK
RGB Variations
Color information
#D33B7A (or 0xD33B7A) is known color: Deep Cerise. HEX triplet: D3, 3B and 7A. RGB value is (211,59,122). Sum of RGB (Red+Green+Blue) = 211+59+122=392 (51% of max value = 765). Red value is 211 (82.81% from 255 or 53.83% from 392); Green value is 59 (23.44% from 255 or 15.05% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 211 - color contains mainly: red. Hex color #D33B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33B7A is #2CC485. Grayscale: #6F6F6F. Windows color (decimal): -2933894 or 8010707. OLE color: 8010707.
HSL color Cylindrical-coordinate representation of color #D33B7A: hue angle of 335.13º 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 #D33B7A is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 59 | 122 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.17 |
| HSL | 335.13º | 0.63% | 0.53% | - |
| HSV(B) | 335.13º | 0.72% | 0.83% | - |
| XYZ | 31.94 | 18.38 | 20.28 | - |
| YUV | 111.63 | 133.86 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 59 | 122 | 0 | 0.72 | 0.42 | 0.17 | 335.13 | 0.63 | 0.53 |
| Hex | D3 | 3B | 7A | 0 | 48 | 2A | 11 | 14F | 3F | 35 |
| Octal | 323 | 73 | 172 | 0 | 110 | 52 | 21 | 517 | 77 | 65 |
| Binary | 11010011 | 111011 | 1111010 | 0 | 1001000 | 101010 | 10001 | 101001111 | 111111 | 110101 |
Color Harmonies of #D33B7A
Complementary color
Monochromatic Colors of #D33B7A
Black with #D33B7A
Text Example
Text Example
White with #D33B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33B7A; }
p { color: rgb(211,59,122); }
H1.HeaderClassName
{
color: #D33B7A;
}
.AnyTagClassName
{
color: #D33B7A;
}
</style>
background-color css
<style>
a { background-color: #D33B7A; }
a { background-color: rgb(211,59,122); }
div.DivClassName
{
background-color: #D33B7A;
}
.BgClassName
{
background-color: #D33B7A;
}
</style>
border-color css
<style>
span { border-color: #D33B7A; }
span { border-color: rgb(211,59,122); }
td.TdClassName
{
border-color: #D33B7A;
}
.TagClassName
{
border-color: #D33B7A;
}
</style>