Shades of Deep Cerise #D52778
Tints of Deep Cerise #D52778
RGB
CMYK
RGB Variations
Color information
#D52778 (or 0xD52778) is known color: Deep Cerise. HEX triplet: D5, 27 and 78. RGB value is (213,39,120). Sum of RGB (Red+Green+Blue) = 213+39+120=372 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.26% from 372); Green value is 39 (15.62% from 255 or 10.48% from 372); Blue value is 120 (47.27% from 255 or 32.26% from 372); Max value from RGB is 213 - color contains mainly: red. Hex color #D52778 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52778 is #2AD887. Grayscale: #646464. Windows color (decimal): -2807944 or 7874517. OLE color: 7874517.
HSL color Cylindrical-coordinate representation of color #D52778: hue angle of 332.07º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D52778 is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 39 | 120 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.16 |
| HSL | 332.07º | 0.69% | 0.49% | - |
| HSV(B) | 332.07º | 0.82% | 0.84% | - |
| XYZ | 31.56 | 16.95 | 19.38 | - |
| YUV | 100.26 | 139.15 | 208.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 39 | 120 | 0 | 0.82 | 0.44 | 0.16 | 332.07 | 0.69 | 0.49 |
| Hex | D5 | 27 | 78 | 0 | 52 | 2C | 10 | 14C | 45 | 31 |
| Octal | 325 | 47 | 170 | 0 | 122 | 54 | 20 | 514 | 105 | 61 |
| Binary | 11010101 | 100111 | 1111000 | 0 | 1010010 | 101100 | 10000 | 101001100 | 1000101 | 110001 |
Color Harmonies of #D52778
Complementary color
Monochromatic Colors of #D52778
Black with #D52778
Text Example
Text Example
White with #D52778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52778; }
p { color: rgb(213,39,120); }
H1.HeaderClassName
{
color: #D52778;
}
.AnyTagClassName
{
color: #D52778;
}
</style>
background-color css
<style>
a { background-color: #D52778; }
a { background-color: rgb(213,39,120); }
div.DivClassName
{
background-color: #D52778;
}
.BgClassName
{
background-color: #D52778;
}
</style>
border-color css
<style>
span { border-color: #D52778; }
span { border-color: rgb(213,39,120); }
td.TdClassName
{
border-color: #D52778;
}
.TagClassName
{
border-color: #D52778;
}
</style>