Shades of Cerise #D33472
Tints of Cerise #D33472
RGB
CMYK
RGB Variations
Color information
#D33472 (or 0xD33472) is known color: Cerise. HEX triplet: D3, 34 and 72. RGB value is (211,52,114). Sum of RGB (Red+Green+Blue) = 211+52+114=377 (49% of max value = 765). Red value is 211 (82.81% from 255 or 55.97% from 377); Green value is 52 (20.70% from 255 or 13.79% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 211 - color contains mainly: red. Hex color #D33472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33472 is #2CCB8D. Grayscale: #6A6A6A. Windows color (decimal): -2935694 or 7484627. OLE color: 7484627.
HSL color Cylindrical-coordinate representation of color #D33472: hue angle of 336.6º 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 #D33472 is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 52 | 114 | - |
| CMYK | 0 | 0.75 | 0.46 | 0.17 |
| HSL | 336.6º | 0.64% | 0.52% | - |
| HSV(B) | 336.6º | 0.75% | 0.83% | - |
| XYZ | 31.13 | 17.52 | 17.66 | - |
| YUV | 106.61 | 132.18 | 202.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 52 | 114 | 0 | 0.75 | 0.46 | 0.17 | 336.6 | 0.64 | 0.52 |
| Hex | D3 | 34 | 72 | 0 | 4B | 2E | 11 | 151 | 40 | 34 |
| Octal | 323 | 64 | 162 | 0 | 113 | 56 | 21 | 521 | 100 | 64 |
| Binary | 11010011 | 110100 | 1110010 | 0 | 1001011 | 101110 | 10001 | 101010001 | 1000000 | 110100 |
Color Harmonies of #D33472
Complementary color
Monochromatic Colors of #D33472
Black with #D33472
Text Example
Text Example
White with #D33472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33472; }
p { color: rgb(211,52,114); }
H1.HeaderClassName
{
color: #D33472;
}
.AnyTagClassName
{
color: #D33472;
}
</style>
background-color css
<style>
a { background-color: #D33472; }
a { background-color: rgb(211,52,114); }
div.DivClassName
{
background-color: #D33472;
}
.BgClassName
{
background-color: #D33472;
}
</style>
border-color css
<style>
span { border-color: #D33472; }
span { border-color: rgb(211,52,114); }
td.TdClassName
{
border-color: #D33472;
}
.TagClassName
{
border-color: #D33472;
}
</style>