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