Shades of Deep Cerise #D52D74
Tints of Deep Cerise #D52D74
RGB
CMYK
RGB Variations
Color information
#D52D74 (or 0xD52D74) is known color: Deep Cerise. HEX triplet: D5, 2D and 74. RGB value is (213,45,116). Sum of RGB (Red+Green+Blue) = 213+45+116=374 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.95% from 374); Green value is 45 (17.97% from 255 or 12.03% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 213 - color contains mainly: red. Hex color #D52D74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52D74 is #2AD28B. Grayscale: #676767. Windows color (decimal): -2806412 or 7613909. OLE color: 7613909.
HSL color Cylindrical-coordinate representation of color #D52D74: hue angle of 334.64º 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 #D52D74 is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 45 | 116 | - |
| CMYK | 0 | 0.79 | 0.46 | 0.16 |
| HSL | 334.64º | 0.67% | 0.51% | - |
| HSV(B) | 334.64º | 0.79% | 0.84% | - |
| XYZ | 31.53 | 17.28 | 18.2 | - |
| YUV | 103.33 | 135.16 | 206.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 45 | 116 | 0 | 0.79 | 0.46 | 0.16 | 334.64 | 0.67 | 0.51 |
| Hex | D5 | 2D | 74 | 0 | 4F | 2E | 10 | 14F | 43 | 33 |
| Octal | 325 | 55 | 164 | 0 | 117 | 56 | 20 | 517 | 103 | 63 |
| Binary | 11010101 | 101101 | 1110100 | 0 | 1001111 | 101110 | 10000 | 101001111 | 1000011 | 110011 |
Color Harmonies of #D52D74
Complementary color
Monochromatic Colors of #D52D74
Black with #D52D74
Text Example
Text Example
White with #D52D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52D74; }
p { color: rgb(213,45,116); }
H1.HeaderClassName
{
color: #D52D74;
}
.AnyTagClassName
{
color: #D52D74;
}
</style>
background-color css
<style>
a { background-color: #D52D74; }
a { background-color: rgb(213,45,116); }
div.DivClassName
{
background-color: #D52D74;
}
.BgClassName
{
background-color: #D52D74;
}
</style>
border-color css
<style>
span { border-color: #D52D74; }
span { border-color: rgb(213,45,116); }
td.TdClassName
{
border-color: #D52D74;
}
.TagClassName
{
border-color: #D52D74;
}
</style>