Shades of Deep Cerise #D33C87
Tints of Deep Cerise #D33C87
RGB
CMYK
RGB Variations
Color information
#D33C87 (or 0xD33C87) is known color: Deep Cerise. HEX triplet: D3, 3C and 87. RGB value is (211,60,135). Sum of RGB (Red+Green+Blue) = 211+60+135=406 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.97% from 406); Green value is 60 (23.83% from 255 or 14.78% from 406); Blue value is 135 (53.12% from 255 or 33.25% from 406); Max value from RGB is 211 - color contains mainly: red. Hex color #D33C87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33C87 is #2CC378. Grayscale: #717171. Windows color (decimal): -2933625 or 8862931. OLE color: 8862931.
HSL color Cylindrical-coordinate representation of color #D33C87: hue angle of 330.2º 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 #D33C87 is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 60 | 135 | - |
| CMYK | 0 | 0.72 | 0.36 | 0.17 |
| HSL | 330.2º | 0.63% | 0.53% | - |
| HSV(B) | 330.2º | 0.72% | 0.83% | - |
| XYZ | 32.85 | 18.83 | 24.82 | - |
| YUV | 113.7 | 140.03 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 60 | 135 | 0 | 0.72 | 0.36 | 0.17 | 330.2 | 0.63 | 0.53 |
| Hex | D3 | 3C | 87 | 0 | 48 | 24 | 11 | 14A | 3F | 35 |
| Octal | 323 | 74 | 207 | 0 | 110 | 44 | 21 | 512 | 77 | 65 |
| Binary | 11010011 | 111100 | 10000111 | 0 | 1001000 | 100100 | 10001 | 101001010 | 111111 | 110101 |
Color Harmonies of #D33C87
Complementary color
Monochromatic Colors of #D33C87
Black with #D33C87
Text Example
Text Example
White with #D33C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33C87; }
p { color: rgb(211,60,135); }
H1.HeaderClassName
{
color: #D33C87;
}
.AnyTagClassName
{
color: #D33C87;
}
</style>
background-color css
<style>
a { background-color: #D33C87; }
a { background-color: rgb(211,60,135); }
div.DivClassName
{
background-color: #D33C87;
}
.BgClassName
{
background-color: #D33C87;
}
</style>
border-color css
<style>
span { border-color: #D33C87; }
span { border-color: rgb(211,60,135); }
td.TdClassName
{
border-color: #D33C87;
}
.TagClassName
{
border-color: #D33C87;
}
</style>