Shades of Deep Cerise #D33B7E
Tints of Deep Cerise #D33B7E
RGB
CMYK
RGB Variations
Color information
#D33B7E (or 0xD33B7E) is known color: Deep Cerise. HEX triplet: D3, 3B and 7E. RGB value is (211,59,126). Sum of RGB (Red+Green+Blue) = 211+59+126=396 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.28% from 396); Green value is 59 (23.44% from 255 or 14.90% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 211 - color contains mainly: red. Hex color #D33B7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33B7E is #2CC481. Grayscale: #6F6F6F. Windows color (decimal): -2933890 or 8272851. OLE color: 8272851.
HSL color Cylindrical-coordinate representation of color #D33B7E: hue angle of 333.55º 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 #D33B7E is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 59 | 126 | - |
| CMYK | 0 | 0.72 | 0.40 | 0.17 |
| HSL | 333.55º | 0.63% | 0.53% | - |
| HSV(B) | 333.55º | 0.72% | 0.83% | - |
| XYZ | 32.19 | 18.48 | 21.61 | - |
| YUV | 112.09 | 135.86 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 59 | 126 | 0 | 0.72 | 0.40 | 0.17 | 333.55 | 0.63 | 0.53 |
| Hex | D3 | 3B | 7E | 0 | 48 | 28 | 11 | 14E | 3F | 35 |
| Octal | 323 | 73 | 176 | 0 | 110 | 50 | 21 | 516 | 77 | 65 |
| Binary | 11010011 | 111011 | 1111110 | 0 | 1001000 | 101000 | 10001 | 101001110 | 111111 | 110101 |
Color Harmonies of #D33B7E
Complementary color
Monochromatic Colors of #D33B7E
Black with #D33B7E
Text Example
Text Example
White with #D33B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33B7E; }
p { color: rgb(211,59,126); }
H1.HeaderClassName
{
color: #D33B7E;
}
.AnyTagClassName
{
color: #D33B7E;
}
</style>
background-color css
<style>
a { background-color: #D33B7E; }
a { background-color: rgb(211,59,126); }
div.DivClassName
{
background-color: #D33B7E;
}
.BgClassName
{
background-color: #D33B7E;
}
</style>
border-color css
<style>
span { border-color: #D33B7E; }
span { border-color: rgb(211,59,126); }
td.TdClassName
{
border-color: #D33B7E;
}
.TagClassName
{
border-color: #D33B7E;
}
</style>