Shades of Deep Cerise #D52283
Tints of Deep Cerise #D52283
RGB
CMYK
RGB Variations
Color information
#D52283 (or 0xD52283) is known color: Deep Cerise. HEX triplet: D5, 22 and 83. RGB value is (213,34,131). Sum of RGB (Red+Green+Blue) = 213+34+131=378 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.35% from 378); Green value is 34 (13.67% from 255 or 8.99% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 213 - color contains mainly: red. Hex color #D52283 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52283 is #2ADD7C. Grayscale: #626262. Windows color (decimal): -2809213 or 8594133. OLE color: 8594133.
HSL color Cylindrical-coordinate representation of color #D52283: hue angle of 327.49º 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 #D52283 is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 34 | 131 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.16 |
| HSL | 327.49º | 0.72% | 0.48% | - |
| HSV(B) | 327.49º | 0.84% | 0.84% | - |
| XYZ | 32.11 | 16.93 | 23.05 | - |
| YUV | 98.58 | 146.3 | 209.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 34 | 131 | 0 | 0.84 | 0.38 | 0.16 | 327.49 | 0.72 | 0.48 |
| Hex | D5 | 22 | 83 | 0 | 54 | 26 | 10 | 147 | 48 | 30 |
| Octal | 325 | 42 | 203 | 0 | 124 | 46 | 20 | 507 | 110 | 60 |
| Binary | 11010101 | 100010 | 10000011 | 0 | 1010100 | 100110 | 10000 | 101000111 | 1001000 | 110000 |
Color Harmonies of #D52283
Complementary color
Monochromatic Colors of #D52283
Black with #D52283
Text Example
Text Example
White with #D52283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52283; }
p { color: rgb(213,34,131); }
H1.HeaderClassName
{
color: #D52283;
}
.AnyTagClassName
{
color: #D52283;
}
</style>
background-color css
<style>
a { background-color: #D52283; }
a { background-color: rgb(213,34,131); }
div.DivClassName
{
background-color: #D52283;
}
.BgClassName
{
background-color: #D52283;
}
</style>
border-color css
<style>
span { border-color: #D52283; }
span { border-color: rgb(213,34,131); }
td.TdClassName
{
border-color: #D52283;
}
.TagClassName
{
border-color: #D52283;
}
</style>