Shades of Deep Cerise #D33193
Tints of Deep Cerise #D33193
RGB
CMYK
RGB Variations
Color information
#D33193 (or 0xD33193) is known color: Deep Cerise. HEX triplet: D3, 31 and 93. RGB value is (211,49,147). Sum of RGB (Red+Green+Blue) = 211+49+147=407 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.84% from 407); Green value is 49 (19.53% from 255 or 12.04% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 211 - color contains mainly: red. Hex color #D33193 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33193 is #2CCE6C. Grayscale: #6C6C6C. Windows color (decimal): -2936429 or 9646547. OLE color: 9646547.
HSL color Cylindrical-coordinate representation of color #D33193: hue angle of 323.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 #D33193 is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 49 | 147 | - |
| CMYK | 0 | 0.77 | 0.30 | 0.17 |
| HSL | 323.7º | 0.65% | 0.51% | - |
| HSV(B) | 323.7º | 0.77% | 0.83% | - |
| XYZ | 33.23 | 18.15 | 29.36 | - |
| YUV | 108.61 | 149.67 | 201.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 49 | 147 | 0 | 0.77 | 0.30 | 0.17 | 323.7 | 0.65 | 0.51 |
| Hex | D3 | 31 | 93 | 0 | 4D | 1E | 11 | 144 | 41 | 33 |
| Octal | 323 | 61 | 223 | 0 | 115 | 36 | 21 | 504 | 101 | 63 |
| Binary | 11010011 | 110001 | 10010011 | 0 | 1001101 | 11110 | 10001 | 101000100 | 1000001 | 110011 |
Color Harmonies of #D33193
Complementary color
Monochromatic Colors of #D33193
Black with #D33193
Text Example
Text Example
White with #D33193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33193; }
p { color: rgb(211,49,147); }
H1.HeaderClassName
{
color: #D33193;
}
.AnyTagClassName
{
color: #D33193;
}
</style>
background-color css
<style>
a { background-color: #D33193; }
a { background-color: rgb(211,49,147); }
div.DivClassName
{
background-color: #D33193;
}
.BgClassName
{
background-color: #D33193;
}
</style>
border-color css
<style>
span { border-color: #D33193; }
span { border-color: rgb(211,49,147); }
td.TdClassName
{
border-color: #D33193;
}
.TagClassName
{
border-color: #D33193;
}
</style>