Shades of Deep Cerise #D53D8C
Tints of Deep Cerise #D53D8C
RGB
CMYK
RGB Variations
Color information
#D53D8C (or 0xD53D8C) is known color: Deep Cerise. HEX triplet: D5, 3D and 8C. RGB value is (213,61,140). Sum of RGB (Red+Green+Blue) = 213+61+140=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 61 (24.22% from 255 or 14.73% from 414); Blue value is 140 (55.08% from 255 or 33.82% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D53D8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53D8C is #2AC273. Grayscale: #737373. Windows color (decimal): -2802292 or 9190869. OLE color: 9190869.
HSL color Cylindrical-coordinate representation of color #D53D8C: hue angle of 328.82º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D53D8C is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 61 | 140 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.16 |
| HSL | 328.82º | 0.64% | 0.54% | - |
| HSV(B) | 328.82º | 0.71% | 0.84% | - |
| XYZ | 33.84 | 19.38 | 26.77 | - |
| YUV | 115.45 | 141.86 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 61 | 140 | 0 | 0.71 | 0.34 | 0.16 | 328.82 | 0.64 | 0.54 |
| Hex | D5 | 3D | 8C | 0 | 47 | 22 | 10 | 149 | 40 | 36 |
| Octal | 325 | 75 | 214 | 0 | 107 | 42 | 20 | 511 | 100 | 66 |
| Binary | 11010101 | 111101 | 10001100 | 0 | 1000111 | 100010 | 10000 | 101001001 | 1000000 | 110110 |
Color Harmonies of #D53D8C
Complementary color
Monochromatic Colors of #D53D8C
Black with #D53D8C
Text Example
Text Example
White with #D53D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53D8C; }
p { color: rgb(213,61,140); }
H1.HeaderClassName
{
color: #D53D8C;
}
.AnyTagClassName
{
color: #D53D8C;
}
</style>
background-color css
<style>
a { background-color: #D53D8C; }
a { background-color: rgb(213,61,140); }
div.DivClassName
{
background-color: #D53D8C;
}
.BgClassName
{
background-color: #D53D8C;
}
</style>
border-color css
<style>
span { border-color: #D53D8C; }
span { border-color: rgb(213,61,140); }
td.TdClassName
{
border-color: #D53D8C;
}
.TagClassName
{
border-color: #D53D8C;
}
</style>