Shades of Cerise #D53672
Tints of Cerise #D53672
RGB
CMYK
RGB Variations
Color information
#D53672 (or 0xD53672) is known color: Cerise. HEX triplet: D5, 36 and 72. RGB value is (213,54,114). Sum of RGB (Red+Green+Blue) = 213+54+114=381 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.91% from 381); Green value is 54 (21.48% from 255 or 14.17% from 381); Blue value is 114 (44.92% from 255 or 29.92% from 381); Max value from RGB is 213 - color contains mainly: red. Hex color #D53672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53672 is #2AC98D. Grayscale: #6C6C6C. Windows color (decimal): -2804110 or 7485141. OLE color: 7485141.
HSL color Cylindrical-coordinate representation of color #D53672: hue angle of 337.36º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D53672 is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 54 | 114 | - |
| CMYK | 0 | 0.75 | 0.46 | 0.16 |
| HSL | 337.36º | 0.65% | 0.52% | - |
| HSV(B) | 337.36º | 0.75% | 0.84% | - |
| XYZ | 31.8 | 18 | 17.72 | - |
| YUV | 108.38 | 131.18 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 54 | 114 | 0 | 0.75 | 0.46 | 0.16 | 337.36 | 0.65 | 0.52 |
| Hex | D5 | 36 | 72 | 0 | 4B | 2E | 10 | 151 | 41 | 34 |
| Octal | 325 | 66 | 162 | 0 | 113 | 56 | 20 | 521 | 101 | 64 |
| Binary | 11010101 | 110110 | 1110010 | 0 | 1001011 | 101110 | 10000 | 101010001 | 1000001 | 110100 |
Color Harmonies of #D53672
Complementary color
Monochromatic Colors of #D53672
Black with #D53672
Text Example
Text Example
White with #D53672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53672; }
p { color: rgb(213,54,114); }
H1.HeaderClassName
{
color: #D53672;
}
.AnyTagClassName
{
color: #D53672;
}
</style>
background-color css
<style>
a { background-color: #D53672; }
a { background-color: rgb(213,54,114); }
div.DivClassName
{
background-color: #D53672;
}
.BgClassName
{
background-color: #D53672;
}
</style>
border-color css
<style>
span { border-color: #D53672; }
span { border-color: rgb(213,54,114); }
td.TdClassName
{
border-color: #D53672;
}
.TagClassName
{
border-color: #D53672;
}
</style>