Shades of Cerise #D33072
Tints of Cerise #D33072
RGB
CMYK
RGB Variations
Color information
#D33072 (or 0xD33072) is known color: Cerise. HEX triplet: D3, 30 and 72. RGB value is (211,48,114). Sum of RGB (Red+Green+Blue) = 211+48+114=373 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.57% from 373); Green value is 48 (19.14% from 255 or 12.87% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 211 - color contains mainly: red. Hex color #D33072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33072 is #2CCF8D. Grayscale: #686868. Windows color (decimal): -2936718 or 7483603. OLE color: 7483603.
HSL color Cylindrical-coordinate representation of color #D33072: hue angle of 335.71º 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 #D33072 is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 48 | 114 | - |
| CMYK | 0 | 0.77 | 0.46 | 0.17 |
| HSL | 335.71º | 0.65% | 0.51% | - |
| HSV(B) | 335.71º | 0.77% | 0.83% | - |
| XYZ | 30.96 | 17.18 | 17.6 | - |
| YUV | 104.26 | 133.5 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 48 | 114 | 0 | 0.77 | 0.46 | 0.17 | 335.71 | 0.65 | 0.51 |
| Hex | D3 | 30 | 72 | 0 | 4D | 2E | 11 | 150 | 41 | 33 |
| Octal | 323 | 60 | 162 | 0 | 115 | 56 | 21 | 520 | 101 | 63 |
| Binary | 11010011 | 110000 | 1110010 | 0 | 1001101 | 101110 | 10001 | 101010000 | 1000001 | 110011 |
Color Harmonies of #D33072
Complementary color
Monochromatic Colors of #D33072
Black with #D33072
Text Example
Text Example
White with #D33072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33072; }
p { color: rgb(211,48,114); }
H1.HeaderClassName
{
color: #D33072;
}
.AnyTagClassName
{
color: #D33072;
}
</style>
background-color css
<style>
a { background-color: #D33072; }
a { background-color: rgb(211,48,114); }
div.DivClassName
{
background-color: #D33072;
}
.BgClassName
{
background-color: #D33072;
}
</style>
border-color css
<style>
span { border-color: #D33072; }
span { border-color: rgb(211,48,114); }
td.TdClassName
{
border-color: #D33072;
}
.TagClassName
{
border-color: #D33072;
}
</style>