Shades of Deep Cerise #D52183
Tints of Deep Cerise #D52183
RGB
CMYK
RGB Variations
Color information
#D52183 (or 0xD52183) is known color: Deep Cerise. HEX triplet: D5, 21 and 83. RGB value is (213,33,131). Sum of RGB (Red+Green+Blue) = 213+33+131=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 33 (13.28% from 255 or 8.75% from 377); Blue value is 131 (51.56% from 255 or 34.75% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D52183 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52183 is #2ADE7C. Grayscale: #616161. Windows color (decimal): -2809469 or 8593877. OLE color: 8593877.
HSL color Cylindrical-coordinate representation of color #D52183: hue angle of 327.33º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D52183 is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 33 | 131 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.16 |
| HSL | 327.33º | 0.73% | 0.48% | - |
| HSV(B) | 327.33º | 0.85% | 0.84% | - |
| XYZ | 32.08 | 16.87 | 23.04 | - |
| YUV | 97.99 | 146.63 | 210.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 33 | 131 | 0 | 0.85 | 0.38 | 0.16 | 327.33 | 0.73 | 0.48 |
| Hex | D5 | 21 | 83 | 0 | 55 | 26 | 10 | 147 | 49 | 30 |
| Octal | 325 | 41 | 203 | 0 | 125 | 46 | 20 | 507 | 111 | 60 |
| Binary | 11010101 | 100001 | 10000011 | 0 | 1010101 | 100110 | 10000 | 101000111 | 1001001 | 110000 |
Color Harmonies of #D52183
Complementary color
Monochromatic Colors of #D52183
Black with #D52183
Text Example
Text Example
White with #D52183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52183; }
p { color: rgb(213,33,131); }
H1.HeaderClassName
{
color: #D52183;
}
.AnyTagClassName
{
color: #D52183;
}
</style>
background-color css
<style>
a { background-color: #D52183; }
a { background-color: rgb(213,33,131); }
div.DivClassName
{
background-color: #D52183;
}
.BgClassName
{
background-color: #D52183;
}
</style>
border-color css
<style>
span { border-color: #D52183; }
span { border-color: rgb(213,33,131); }
td.TdClassName
{
border-color: #D52183;
}
.TagClassName
{
border-color: #D52183;
}
</style>