Shades of Deep Cerise #D52273
Tints of Deep Cerise #D52273
RGB
CMYK
RGB Variations
Color information
#D52273 (or 0xD52273) is known color: Deep Cerise. HEX triplet: D5, 22 and 73. RGB value is (213,34,115). Sum of RGB (Red+Green+Blue) = 213+34+115=362 (47% of max value = 765). Red value is 213 (83.59% from 255 or 58.84% from 362); Green value is 34 (13.67% from 255 or 9.39% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 213 - color contains mainly: red. Hex color #D52273 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52273 is #2ADD8C. Grayscale: #606060. Windows color (decimal): -2809229 or 7545557. OLE color: 7545557.
HSL color Cylindrical-coordinate representation of color #D52273: hue angle of 332.85º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D52273 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 34 | 115 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.16 |
| HSL | 332.85º | 0.72% | 0.48% | - |
| HSV(B) | 332.85º | 0.84% | 0.84% | - |
| XYZ | 31.11 | 16.53 | 17.77 | - |
| YUV | 96.76 | 138.3 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 34 | 115 | 0 | 0.84 | 0.46 | 0.16 | 332.85 | 0.72 | 0.48 |
| Hex | D5 | 22 | 73 | 0 | 54 | 2E | 10 | 14D | 48 | 30 |
| Octal | 325 | 42 | 163 | 0 | 124 | 56 | 20 | 515 | 110 | 60 |
| Binary | 11010101 | 100010 | 1110011 | 0 | 1010100 | 101110 | 10000 | 101001101 | 1001000 | 110000 |
Color Harmonies of #D52273
Complementary color
Monochromatic Colors of #D52273
Black with #D52273
Text Example
Text Example
White with #D52273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52273; }
p { color: rgb(213,34,115); }
H1.HeaderClassName
{
color: #D52273;
}
.AnyTagClassName
{
color: #D52273;
}
</style>
background-color css
<style>
a { background-color: #D52273; }
a { background-color: rgb(213,34,115); }
div.DivClassName
{
background-color: #D52273;
}
.BgClassName
{
background-color: #D52273;
}
</style>
border-color css
<style>
span { border-color: #D52273; }
span { border-color: rgb(213,34,115); }
td.TdClassName
{
border-color: #D52273;
}
.TagClassName
{
border-color: #D52273;
}
</style>