Shades of Deep Cerise #D33C8F
Tints of Deep Cerise #D33C8F
RGB
CMYK
RGB Variations
Color information
#D33C8F (or 0xD33C8F) is known color: Deep Cerise. HEX triplet: D3, 3C and 8F. RGB value is (211,60,143). Sum of RGB (Red+Green+Blue) = 211+60+143=414 (54% of max value = 765). Red value is 211 (82.81% from 255 or 50.97% from 414); Green value is 60 (23.83% from 255 or 14.49% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 211 - color contains mainly: red. Hex color #D33C8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33C8F is #2CC370. Grayscale: #727272. Windows color (decimal): -2933617 or 9387219. OLE color: 9387219.
HSL color Cylindrical-coordinate representation of color #D33C8F: hue angle of 327.02º 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 #D33C8F is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 60 | 143 | - |
| CMYK | 0 | 0.72 | 0.32 | 0.17 |
| HSL | 327.02º | 0.63% | 0.53% | - |
| HSV(B) | 327.02º | 0.72% | 0.83% | - |
| XYZ | 33.44 | 19.06 | 27.9 | - |
| YUV | 114.61 | 144.03 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 60 | 143 | 0 | 0.72 | 0.32 | 0.17 | 327.02 | 0.63 | 0.53 |
| Hex | D3 | 3C | 8F | 0 | 48 | 20 | 11 | 147 | 3F | 35 |
| Octal | 323 | 74 | 217 | 0 | 110 | 40 | 21 | 507 | 77 | 65 |
| Binary | 11010011 | 111100 | 10001111 | 0 | 1001000 | 100000 | 10001 | 101000111 | 111111 | 110101 |
Color Harmonies of #D33C8F
Complementary color
Monochromatic Colors of #D33C8F
Black with #D33C8F
Text Example
Text Example
White with #D33C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33C8F; }
p { color: rgb(211,60,143); }
H1.HeaderClassName
{
color: #D33C8F;
}
.AnyTagClassName
{
color: #D33C8F;
}
</style>
background-color css
<style>
a { background-color: #D33C8F; }
a { background-color: rgb(211,60,143); }
div.DivClassName
{
background-color: #D33C8F;
}
.BgClassName
{
background-color: #D33C8F;
}
</style>
border-color css
<style>
span { border-color: #D33C8F; }
span { border-color: rgb(211,60,143); }
td.TdClassName
{
border-color: #D33C8F;
}
.TagClassName
{
border-color: #D33C8F;
}
</style>