Shades of Deep Cerise #D52779
Tints of Deep Cerise #D52779
RGB
CMYK
RGB Variations
Color information
#D52779 (or 0xD52779) is known color: Deep Cerise. HEX triplet: D5, 27 and 79. RGB value is (213,39,121). Sum of RGB (Red+Green+Blue) = 213+39+121=373 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.10% from 373); Green value is 39 (15.62% from 255 or 10.46% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 213 - color contains mainly: red. Hex color #D52779 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52779 is #2AD886. Grayscale: #646464. Windows color (decimal): -2807943 or 7940053. OLE color: 7940053.
HSL color Cylindrical-coordinate representation of color #D52779: hue angle of 331.72º 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 #D52779 is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 39 | 121 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.16 |
| HSL | 331.72º | 0.69% | 0.49% | - |
| HSV(B) | 331.72º | 0.82% | 0.84% | - |
| XYZ | 31.62 | 16.98 | 19.7 | - |
| YUV | 100.37 | 139.65 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 39 | 121 | 0 | 0.82 | 0.43 | 0.16 | 331.72 | 0.69 | 0.49 |
| Hex | D5 | 27 | 79 | 0 | 52 | 2B | 10 | 14C | 45 | 31 |
| Octal | 325 | 47 | 171 | 0 | 122 | 53 | 20 | 514 | 105 | 61 |
| Binary | 11010101 | 100111 | 1111001 | 0 | 1010010 | 101011 | 10000 | 101001100 | 1000101 | 110001 |
Color Harmonies of #D52779
Complementary color
Monochromatic Colors of #D52779
Black with #D52779
Text Example
Text Example
White with #D52779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52779; }
p { color: rgb(213,39,121); }
H1.HeaderClassName
{
color: #D52779;
}
.AnyTagClassName
{
color: #D52779;
}
</style>
background-color css
<style>
a { background-color: #D52779; }
a { background-color: rgb(213,39,121); }
div.DivClassName
{
background-color: #D52779;
}
.BgClassName
{
background-color: #D52779;
}
</style>
border-color css
<style>
span { border-color: #D52779; }
span { border-color: rgb(213,39,121); }
td.TdClassName
{
border-color: #D52779;
}
.TagClassName
{
border-color: #D52779;
}
</style>