Shades of Deep Cerise #D53195
Tints of Deep Cerise #D53195
RGB
CMYK
RGB Variations
Color information
#D53195 (or 0xD53195) is known color: Deep Cerise. HEX triplet: D5, 31 and 95. RGB value is (213,49,149). Sum of RGB (Red+Green+Blue) = 213+49+149=411 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.82% from 411); Green value is 49 (19.53% from 255 or 11.92% from 411); Blue value is 149 (58.59% from 255 or 36.25% from 411); Max value from RGB is 213 - color contains mainly: red. Hex color #D53195 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53195 is #2ACE6A. Grayscale: #6D6D6D. Windows color (decimal): -2805355 or 9777621. OLE color: 9777621.
HSL color Cylindrical-coordinate representation of color #D53195: hue angle of 323.41º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D53195 is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 49 | 149 | - |
| CMYK | 0 | 0.77 | 0.30 | 0.16 |
| HSL | 323.41º | 0.66% | 0.51% | - |
| HSV(B) | 323.41º | 0.77% | 0.84% | - |
| XYZ | 33.96 | 18.51 | 30.22 | - |
| YUV | 109.44 | 150.33 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 49 | 149 | 0 | 0.77 | 0.30 | 0.16 | 323.41 | 0.66 | 0.51 |
| Hex | D5 | 31 | 95 | 0 | 4D | 1E | 10 | 143 | 42 | 33 |
| Octal | 325 | 61 | 225 | 0 | 115 | 36 | 20 | 503 | 102 | 63 |
| Binary | 11010101 | 110001 | 10010101 | 0 | 1001101 | 11110 | 10000 | 101000011 | 1000010 | 110011 |
Color Harmonies of #D53195
Complementary color
Monochromatic Colors of #D53195
Black with #D53195
Text Example
Text Example
White with #D53195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53195; }
p { color: rgb(213,49,149); }
H1.HeaderClassName
{
color: #D53195;
}
.AnyTagClassName
{
color: #D53195;
}
</style>
background-color css
<style>
a { background-color: #D53195; }
a { background-color: rgb(213,49,149); }
div.DivClassName
{
background-color: #D53195;
}
.BgClassName
{
background-color: #D53195;
}
</style>
border-color css
<style>
span { border-color: #D53195; }
span { border-color: rgb(213,49,149); }
td.TdClassName
{
border-color: #D53195;
}
.TagClassName
{
border-color: #D53195;
}
</style>