Shades of Cerise #D33473
Tints of Cerise #D33473
RGB
CMYK
RGB Variations
Color information
#D33473 (or 0xD33473) is known color: Cerise. HEX triplet: D3, 34 and 73. RGB value is (211,52,115). Sum of RGB (Red+Green+Blue) = 211+52+115=378 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.82% from 378); Green value is 52 (20.70% from 255 or 13.76% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 211 - color contains mainly: red. Hex color #D33473 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33473 is #2CCB8C. Grayscale: #6A6A6A. Windows color (decimal): -2935693 or 7550163. OLE color: 7550163.
HSL color Cylindrical-coordinate representation of color #D33473: hue angle of 336.23º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D33473 is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 52 | 115 | - |
| CMYK | 0 | 0.75 | 0.45 | 0.17 |
| HSL | 336.23º | 0.64% | 0.52% | - |
| HSV(B) | 336.23º | 0.75% | 0.83% | - |
| XYZ | 31.19 | 17.54 | 17.96 | - |
| YUV | 106.72 | 132.68 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 52 | 115 | 0 | 0.75 | 0.45 | 0.17 | 336.23 | 0.64 | 0.52 |
| Hex | D3 | 34 | 73 | 0 | 4B | 2D | 11 | 150 | 40 | 34 |
| Octal | 323 | 64 | 163 | 0 | 113 | 55 | 21 | 520 | 100 | 64 |
| Binary | 11010011 | 110100 | 1110011 | 0 | 1001011 | 101101 | 10001 | 101010000 | 1000000 | 110100 |
Color Harmonies of #D33473
Complementary color
Monochromatic Colors of #D33473
Black with #D33473
Text Example
Text Example
White with #D33473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33473; }
p { color: rgb(211,52,115); }
H1.HeaderClassName
{
color: #D33473;
}
.AnyTagClassName
{
color: #D33473;
}
</style>
background-color css
<style>
a { background-color: #D33473; }
a { background-color: rgb(211,52,115); }
div.DivClassName
{
background-color: #D33473;
}
.BgClassName
{
background-color: #D33473;
}
</style>
border-color css
<style>
span { border-color: #D33473; }
span { border-color: rgb(211,52,115); }
td.TdClassName
{
border-color: #D33473;
}
.TagClassName
{
border-color: #D33473;
}
</style>