Shades of Cerise #D53B5D
Tints of Cerise #D53B5D
RGB
CMYK
RGB Variations
Color information
#D53B5D (or 0xD53B5D) is known color: Cerise. HEX triplet: D5, 3B and 5D. RGB value is (213,59,93). Sum of RGB (Red+Green+Blue) = 213+59+93=365 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.36% from 365); Green value is 59 (23.44% from 255 or 16.16% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 213 - color contains mainly: red. Hex color #D53B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53B5D is #2AC4A2. Grayscale: #6C6C6C. Windows color (decimal): -2802851 or 6110165. OLE color: 6110165.
HSL color Cylindrical-coordinate representation of color #D53B5D: hue angle of 346.75º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D53B5D is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 59 | 93 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.16 |
| HSL | 346.75º | 0.65% | 0.53% | - |
| HSV(B) | 346.75º | 0.72% | 0.84% | - |
| XYZ | 30.98 | 18.06 | 12.21 | - |
| YUV | 108.92 | 119.02 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 59 | 93 | 0 | 0.72 | 0.56 | 0.16 | 346.75 | 0.65 | 0.53 |
| Hex | D5 | 3B | 5D | 0 | 48 | 38 | 10 | 15B | 41 | 35 |
| Octal | 325 | 73 | 135 | 0 | 110 | 70 | 20 | 533 | 101 | 65 |
| Binary | 11010101 | 111011 | 1011101 | 0 | 1001000 | 111000 | 10000 | 101011011 | 1000001 | 110101 |
Color Harmonies of #D53B5D
Complementary color
Monochromatic Colors of #D53B5D
Black with #D53B5D
Text Example
Text Example
White with #D53B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53B5D; }
p { color: rgb(213,59,93); }
H1.HeaderClassName
{
color: #D53B5D;
}
.AnyTagClassName
{
color: #D53B5D;
}
</style>
background-color css
<style>
a { background-color: #D53B5D; }
a { background-color: rgb(213,59,93); }
div.DivClassName
{
background-color: #D53B5D;
}
.BgClassName
{
background-color: #D53B5D;
}
</style>
border-color css
<style>
span { border-color: #D53B5D; }
span { border-color: rgb(213,59,93); }
td.TdClassName
{
border-color: #D53B5D;
}
.TagClassName
{
border-color: #D53B5D;
}
</style>