Shades of Deep Cerise #D52C79
Tints of Deep Cerise #D52C79
RGB
CMYK
RGB Variations
Color information
#D52C79 (or 0xD52C79) is known color: Deep Cerise. HEX triplet: D5, 2C and 79. RGB value is (213,44,121). Sum of RGB (Red+Green+Blue) = 213+44+121=378 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.35% from 378); Green value is 44 (17.58% from 255 or 11.64% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 213 - color contains mainly: red. Hex color #D52C79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52C79 is #2AD386. Grayscale: #676767. Windows color (decimal): -2806663 or 7941333. OLE color: 7941333.
HSL color Cylindrical-coordinate representation of color #D52C79: hue angle of 332.66º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D52C79 is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 44 | 121 | - |
| CMYK | 0 | 0.79 | 0.43 | 0.16 |
| HSL | 332.66º | 0.67% | 0.5% | - |
| HSV(B) | 332.66º | 0.79% | 0.84% | - |
| XYZ | 31.79 | 17.33 | 19.76 | - |
| YUV | 103.31 | 137.99 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 44 | 121 | 0 | 0.79 | 0.43 | 0.16 | 332.66 | 0.67 | 0.5 |
| Hex | D5 | 2C | 79 | 0 | 4F | 2B | 10 | 14D | 43 | 32 |
| Octal | 325 | 54 | 171 | 0 | 117 | 53 | 20 | 515 | 103 | 62 |
| Binary | 11010101 | 101100 | 1111001 | 0 | 1001111 | 101011 | 10000 | 101001101 | 1000011 | 110010 |
Color Harmonies of #D52C79
Complementary color
Monochromatic Colors of #D52C79
Black with #D52C79
Text Example
Text Example
White with #D52C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52C79; }
p { color: rgb(213,44,121); }
H1.HeaderClassName
{
color: #D52C79;
}
.AnyTagClassName
{
color: #D52C79;
}
</style>
background-color css
<style>
a { background-color: #D52C79; }
a { background-color: rgb(213,44,121); }
div.DivClassName
{
background-color: #D52C79;
}
.BgClassName
{
background-color: #D52C79;
}
</style>
border-color css
<style>
span { border-color: #D52C79; }
span { border-color: rgb(213,44,121); }
td.TdClassName
{
border-color: #D52C79;
}
.TagClassName
{
border-color: #D52C79;
}
</style>