Shades of Cerise #D53D5D
Tints of Cerise #D53D5D
RGB
CMYK
RGB Variations
Color information
#D53D5D (or 0xD53D5D) is known color: Cerise. HEX triplet: D5, 3D and 5D. RGB value is (213,61,93). Sum of RGB (Red+Green+Blue) = 213+61+93=367 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.04% from 367); Green value is 61 (24.22% from 255 or 16.62% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 213 - color contains mainly: red. Hex color #D53D5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53D5D is #2AC2A2. Grayscale: #6E6E6E. Windows color (decimal): -2802339 or 6110677. OLE color: 6110677.
HSL color Cylindrical-coordinate representation of color #D53D5D: hue angle of 347.37º 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 #D53D5D is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 61 | 93 | - |
| CMYK | 0 | 0.71 | 0.56 | 0.16 |
| HSL | 347.37º | 0.64% | 0.54% | - |
| HSV(B) | 347.37º | 0.71% | 0.84% | - |
| XYZ | 31.09 | 18.27 | 12.24 | - |
| YUV | 110.1 | 118.36 | 201.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 61 | 93 | 0 | 0.71 | 0.56 | 0.16 | 347.37 | 0.64 | 0.54 |
| Hex | D5 | 3D | 5D | 0 | 47 | 38 | 10 | 15B | 40 | 36 |
| Octal | 325 | 75 | 135 | 0 | 107 | 70 | 20 | 533 | 100 | 66 |
| Binary | 11010101 | 111101 | 1011101 | 0 | 1000111 | 111000 | 10000 | 101011011 | 1000000 | 110110 |
Color Harmonies of #D53D5D
Complementary color
Monochromatic Colors of #D53D5D
Black with #D53D5D
Text Example
Text Example
White with #D53D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53D5D; }
p { color: rgb(213,61,93); }
H1.HeaderClassName
{
color: #D53D5D;
}
.AnyTagClassName
{
color: #D53D5D;
}
</style>
background-color css
<style>
a { background-color: #D53D5D; }
a { background-color: rgb(213,61,93); }
div.DivClassName
{
background-color: #D53D5D;
}
.BgClassName
{
background-color: #D53D5D;
}
</style>
border-color css
<style>
span { border-color: #D53D5D; }
span { border-color: rgb(213,61,93); }
td.TdClassName
{
border-color: #D53D5D;
}
.TagClassName
{
border-color: #D53D5D;
}
</style>