Shades of Cerise #D52D6E
Tints of Cerise #D52D6E
RGB
CMYK
RGB Variations
Color information
#D52D6E (or 0xD52D6E) is known color: Cerise. HEX triplet: D5, 2D and 6E. RGB value is (213,45,110). Sum of RGB (Red+Green+Blue) = 213+45+110=368 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.88% from 368); Green value is 45 (17.97% from 255 or 12.23% from 368); Blue value is 110 (43.36% from 255 or 29.89% from 368); Max value from RGB is 213 - color contains mainly: red. Hex color #D52D6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52D6E is #2AD291. Grayscale: #666666. Windows color (decimal): -2806418 or 7220693. OLE color: 7220693.
HSL color Cylindrical-coordinate representation of color #D52D6E: hue angle of 336.79º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D52D6E is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 45 | 110 | - |
| CMYK | 0 | 0.79 | 0.48 | 0.16 |
| HSL | 336.79º | 0.67% | 0.51% | - |
| HSV(B) | 336.79º | 0.79% | 0.84% | - |
| XYZ | 31.19 | 17.15 | 16.42 | - |
| YUV | 102.64 | 132.16 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 45 | 110 | 0 | 0.79 | 0.48 | 0.16 | 336.79 | 0.67 | 0.51 |
| Hex | D5 | 2D | 6E | 0 | 4F | 30 | 10 | 151 | 43 | 33 |
| Octal | 325 | 55 | 156 | 0 | 117 | 60 | 20 | 521 | 103 | 63 |
| Binary | 11010101 | 101101 | 1101110 | 0 | 1001111 | 110000 | 10000 | 101010001 | 1000011 | 110011 |
Color Harmonies of #D52D6E
Complementary color
Monochromatic Colors of #D52D6E
Black with #D52D6E
Text Example
Text Example
White with #D52D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52D6E; }
p { color: rgb(213,45,110); }
H1.HeaderClassName
{
color: #D52D6E;
}
.AnyTagClassName
{
color: #D52D6E;
}
</style>
background-color css
<style>
a { background-color: #D52D6E; }
a { background-color: rgb(213,45,110); }
div.DivClassName
{
background-color: #D52D6E;
}
.BgClassName
{
background-color: #D52D6E;
}
</style>
border-color css
<style>
span { border-color: #D52D6E; }
span { border-color: rgb(213,45,110); }
td.TdClassName
{
border-color: #D52D6E;
}
.TagClassName
{
border-color: #D52D6E;
}
</style>