Shades of Deep Cerise #D33178
Tints of Deep Cerise #D33178
RGB
CMYK
RGB Variations
Color information
#D33178 (or 0xD33178) is known color: Deep Cerise. HEX triplet: D3, 31 and 78. RGB value is (211,49,120). Sum of RGB (Red+Green+Blue) = 211+49+120=380 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.53% from 380); Green value is 49 (19.53% from 255 or 12.89% from 380); Blue value is 120 (47.27% from 255 or 31.58% from 380); Max value from RGB is 211 - color contains mainly: red. Hex color #D33178 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33178 is #2CCE87. Grayscale: #696969. Windows color (decimal): -2936456 or 7877075. OLE color: 7877075.
HSL color Cylindrical-coordinate representation of color #D33178: hue angle of 333.7º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D33178 is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 49 | 120 | - |
| CMYK | 0 | 0.77 | 0.43 | 0.17 |
| HSL | 333.7º | 0.65% | 0.51% | - |
| HSV(B) | 333.7º | 0.77% | 0.83% | - |
| XYZ | 31.35 | 17.4 | 19.48 | - |
| YUV | 105.53 | 136.17 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 49 | 120 | 0 | 0.77 | 0.43 | 0.17 | 333.7 | 0.65 | 0.51 |
| Hex | D3 | 31 | 78 | 0 | 4D | 2B | 11 | 14E | 41 | 33 |
| Octal | 323 | 61 | 170 | 0 | 115 | 53 | 21 | 516 | 101 | 63 |
| Binary | 11010011 | 110001 | 1111000 | 0 | 1001101 | 101011 | 10001 | 101001110 | 1000001 | 110011 |
Color Harmonies of #D33178
Complementary color
Monochromatic Colors of #D33178
Black with #D33178
Text Example
Text Example
White with #D33178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33178; }
p { color: rgb(211,49,120); }
H1.HeaderClassName
{
color: #D33178;
}
.AnyTagClassName
{
color: #D33178;
}
</style>
background-color css
<style>
a { background-color: #D33178; }
a { background-color: rgb(211,49,120); }
div.DivClassName
{
background-color: #D33178;
}
.BgClassName
{
background-color: #D33178;
}
</style>
border-color css
<style>
span { border-color: #D33178; }
span { border-color: rgb(211,49,120); }
td.TdClassName
{
border-color: #D33178;
}
.TagClassName
{
border-color: #D33178;
}
</style>