Shades of Deep Cerise #D52676
Tints of Deep Cerise #D52676
RGB
CMYK
RGB Variations
Color information
#D52676 (or 0xD52676) is known color: Deep Cerise. HEX triplet: D5, 26 and 76. RGB value is (213,38,118). Sum of RGB (Red+Green+Blue) = 213+38+118=369 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.72% from 369); Green value is 38 (15.23% from 255 or 10.30% from 369); Blue value is 118 (46.48% from 255 or 31.98% from 369); Max value from RGB is 213 - color contains mainly: red. Hex color #D52676 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52676 is #2AD989. Grayscale: #636363. Windows color (decimal): -2808202 or 7743189. OLE color: 7743189.
HSL color Cylindrical-coordinate representation of color #D52676: hue angle of 332.57º degrees, saturation: 0.7, 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 #D52676 is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 38 | 118 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.16 |
| HSL | 332.57º | 0.7% | 0.49% | - |
| HSV(B) | 332.57º | 0.82% | 0.84% | - |
| XYZ | 31.4 | 16.84 | 18.73 | - |
| YUV | 99.45 | 138.48 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 38 | 118 | 0 | 0.82 | 0.45 | 0.16 | 332.57 | 0.7 | 0.49 |
| Hex | D5 | 26 | 76 | 0 | 52 | 2D | 10 | 14D | 46 | 31 |
| Octal | 325 | 46 | 166 | 0 | 122 | 55 | 20 | 515 | 106 | 61 |
| Binary | 11010101 | 100110 | 1110110 | 0 | 1010010 | 101101 | 10000 | 101001101 | 1000110 | 110001 |
Color Harmonies of #D52676
Complementary color
Monochromatic Colors of #D52676
Black with #D52676
Text Example
Text Example
White with #D52676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52676; }
p { color: rgb(213,38,118); }
H1.HeaderClassName
{
color: #D52676;
}
.AnyTagClassName
{
color: #D52676;
}
</style>
background-color css
<style>
a { background-color: #D52676; }
a { background-color: rgb(213,38,118); }
div.DivClassName
{
background-color: #D52676;
}
.BgClassName
{
background-color: #D52676;
}
</style>
border-color css
<style>
span { border-color: #D52676; }
span { border-color: rgb(213,38,118); }
td.TdClassName
{
border-color: #D52676;
}
.TagClassName
{
border-color: #D52676;
}
</style>