Shades of Deep Cerise #D52480
Tints of Deep Cerise #D52480
RGB
CMYK
RGB Variations
Color information
#D52480 (or 0xD52480) is known color: Deep Cerise. HEX triplet: D5, 24 and 80. RGB value is (213,36,128). Sum of RGB (Red+Green+Blue) = 213+36+128=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 36 (14.45% from 255 or 9.55% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D52480 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52480 is #2ADB7F. Grayscale: #636363. Windows color (decimal): -2808704 or 8398037. OLE color: 8398037.
HSL color Cylindrical-coordinate representation of color #D52480: hue angle of 328.81º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D52480 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 36 | 128 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.16 |
| HSL | 328.81º | 0.71% | 0.49% | - |
| HSV(B) | 328.81º | 0.83% | 0.84% | - |
| XYZ | 31.97 | 16.97 | 22.01 | - |
| YUV | 99.41 | 144.14 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 36 | 128 | 0 | 0.83 | 0.40 | 0.16 | 328.81 | 0.71 | 0.49 |
| Hex | D5 | 24 | 80 | 0 | 53 | 28 | 10 | 149 | 47 | 31 |
| Octal | 325 | 44 | 200 | 0 | 123 | 50 | 20 | 511 | 107 | 61 |
| Binary | 11010101 | 100100 | 10000000 | 0 | 1010011 | 101000 | 10000 | 101001001 | 1000111 | 110001 |
Color Harmonies of #D52480
Complementary color
Monochromatic Colors of #D52480
Black with #D52480
Text Example
Text Example
White with #D52480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52480; }
p { color: rgb(213,36,128); }
H1.HeaderClassName
{
color: #D52480;
}
.AnyTagClassName
{
color: #D52480;
}
</style>
background-color css
<style>
a { background-color: #D52480; }
a { background-color: rgb(213,36,128); }
div.DivClassName
{
background-color: #D52480;
}
.BgClassName
{
background-color: #D52480;
}
</style>
border-color css
<style>
span { border-color: #D52480; }
span { border-color: rgb(213,36,128); }
td.TdClassName
{
border-color: #D52480;
}
.TagClassName
{
border-color: #D52480;
}
</style>