Shades of Deep Cerise #D52E74
Tints of Deep Cerise #D52E74
RGB
CMYK
RGB Variations
Color information
#D52E74 (or 0xD52E74) is known color: Deep Cerise. HEX triplet: D5, 2E and 74. RGB value is (213,46,116). Sum of RGB (Red+Green+Blue) = 213+46+116=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 46 (18.36% from 255 or 12.27% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52E74 is #2AD18B. Grayscale: #676767. Windows color (decimal): -2806156 or 7614165. OLE color: 7614165.
HSL color Cylindrical-coordinate representation of color #D52E74: hue angle of 334.85º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D52E74 is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 46 | 116 | - |
| CMYK | 0 | 0.78 | 0.46 | 0.16 |
| HSL | 334.85º | 0.67% | 0.51% | - |
| HSV(B) | 334.85º | 0.78% | 0.84% | - |
| XYZ | 31.57 | 17.36 | 18.21 | - |
| YUV | 103.91 | 134.83 | 205.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 46 | 116 | 0 | 0.78 | 0.46 | 0.16 | 334.85 | 0.67 | 0.51 |
| Hex | D5 | 2E | 74 | 0 | 4E | 2E | 10 | 14F | 43 | 33 |
| Octal | 325 | 56 | 164 | 0 | 116 | 56 | 20 | 517 | 103 | 63 |
| Binary | 11010101 | 101110 | 1110100 | 0 | 1001110 | 101110 | 10000 | 101001111 | 1000011 | 110011 |
Color Harmonies of #D52E74
Complementary color
Monochromatic Colors of #D52E74
Black with #D52E74
Text Example
Text Example
White with #D52E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52E74; }
p { color: rgb(213,46,116); }
H1.HeaderClassName
{
color: #D52E74;
}
.AnyTagClassName
{
color: #D52E74;
}
</style>
background-color css
<style>
a { background-color: #D52E74; }
a { background-color: rgb(213,46,116); }
div.DivClassName
{
background-color: #D52E74;
}
.BgClassName
{
background-color: #D52E74;
}
</style>
border-color css
<style>
span { border-color: #D52E74; }
span { border-color: rgb(213,46,116); }
td.TdClassName
{
border-color: #D52E74;
}
.TagClassName
{
border-color: #D52E74;
}
</style>