Shades of Deep Cerise #D52275
Tints of Deep Cerise #D52275
RGB
CMYK
RGB Variations
Color information
#D52275 (or 0xD52275) is known color: Deep Cerise. HEX triplet: D5, 22 and 75. RGB value is (213,34,117). Sum of RGB (Red+Green+Blue) = 213+34+117=364 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.52% from 364); Green value is 34 (13.67% from 255 or 9.34% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 213 - color contains mainly: red. Hex color #D52275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52275 is #2ADD8A. Grayscale: #606060. Windows color (decimal): -2809227 or 7676629. OLE color: 7676629.
HSL color Cylindrical-coordinate representation of color #D52275: hue angle of 332.18º 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 #D52275 is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 34 | 117 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.16 |
| HSL | 332.18º | 0.72% | 0.48% | - |
| HSV(B) | 332.18º | 0.84% | 0.84% | - |
| XYZ | 31.22 | 16.57 | 18.38 | - |
| YUV | 96.98 | 139.3 | 210.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 34 | 117 | 0 | 0.84 | 0.45 | 0.16 | 332.18 | 0.72 | 0.48 |
| Hex | D5 | 22 | 75 | 0 | 54 | 2D | 10 | 14C | 48 | 30 |
| Octal | 325 | 42 | 165 | 0 | 124 | 55 | 20 | 514 | 110 | 60 |
| Binary | 11010101 | 100010 | 1110101 | 0 | 1010100 | 101101 | 10000 | 101001100 | 1001000 | 110000 |
Color Harmonies of #D52275
Complementary color
Monochromatic Colors of #D52275
Black with #D52275
Text Example
Text Example
White with #D52275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52275; }
p { color: rgb(213,34,117); }
H1.HeaderClassName
{
color: #D52275;
}
.AnyTagClassName
{
color: #D52275;
}
</style>
background-color css
<style>
a { background-color: #D52275; }
a { background-color: rgb(213,34,117); }
div.DivClassName
{
background-color: #D52275;
}
.BgClassName
{
background-color: #D52275;
}
</style>
border-color css
<style>
span { border-color: #D52275; }
span { border-color: rgb(213,34,117); }
td.TdClassName
{
border-color: #D52275;
}
.TagClassName
{
border-color: #D52275;
}
</style>