Shades of Cerise #D53374
Tints of Cerise #D53374
RGB
CMYK
RGB Variations
Color information
#D53374 (or 0xD53374) is known color: Cerise. HEX triplet: D5, 33 and 74. RGB value is (213,51,116). Sum of RGB (Red+Green+Blue) = 213+51+116=380 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.05% from 380); Green value is 51 (20.31% from 255 or 13.42% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 213 - color contains mainly: red. Hex color #D53374 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53374 is #2ACC8B. Grayscale: #6A6A6A. Windows color (decimal): -2804876 or 7615445. OLE color: 7615445.
HSL color Cylindrical-coordinate representation of color #D53374: hue angle of 335.93º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D53374 is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 51 | 116 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.16 |
| HSL | 335.93º | 0.66% | 0.52% | - |
| HSV(B) | 335.93º | 0.76% | 0.84% | - |
| XYZ | 31.78 | 17.77 | 18.28 | - |
| YUV | 106.85 | 133.17 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 51 | 116 | 0 | 0.76 | 0.46 | 0.16 | 335.93 | 0.66 | 0.52 |
| Hex | D5 | 33 | 74 | 0 | 4C | 2E | 10 | 150 | 42 | 34 |
| Octal | 325 | 63 | 164 | 0 | 114 | 56 | 20 | 520 | 102 | 64 |
| Binary | 11010101 | 110011 | 1110100 | 0 | 1001100 | 101110 | 10000 | 101010000 | 1000010 | 110100 |
Color Harmonies of #D53374
Complementary color
Monochromatic Colors of #D53374
Black with #D53374
Text Example
Text Example
White with #D53374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53374; }
p { color: rgb(213,51,116); }
H1.HeaderClassName
{
color: #D53374;
}
.AnyTagClassName
{
color: #D53374;
}
</style>
background-color css
<style>
a { background-color: #D53374; }
a { background-color: rgb(213,51,116); }
div.DivClassName
{
background-color: #D53374;
}
.BgClassName
{
background-color: #D53374;
}
</style>
border-color css
<style>
span { border-color: #D53374; }
span { border-color: rgb(213,51,116); }
td.TdClassName
{
border-color: #D53374;
}
.TagClassName
{
border-color: #D53374;
}
</style>