Shades of Cerise #D53E6B
Tints of Cerise #D53E6B
RGB
CMYK
RGB Variations
Color information
#D53E6B (or 0xD53E6B) is known color: Cerise. HEX triplet: D5, 3E and 6B. RGB value is (213,62,107). Sum of RGB (Red+Green+Blue) = 213+62+107=382 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.76% from 382); Green value is 62 (24.61% from 255 or 16.23% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 213 - color contains mainly: red. Hex color #D53E6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53E6B is #2AC194. Grayscale: #707070. Windows color (decimal): -2802069 or 7028437. OLE color: 7028437.
HSL color Cylindrical-coordinate representation of color #D53E6B: hue angle of 342.12º 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 #D53E6B is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 62 | 107 | - |
| CMYK | 0 | 0.71 | 0.50 | 0.16 |
| HSL | 342.12º | 0.64% | 0.54% | - |
| HSV(B) | 342.12º | 0.71% | 0.84% | - |
| XYZ | 31.82 | 18.65 | 15.83 | - |
| YUV | 112.28 | 125.03 | 199.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 62 | 107 | 0 | 0.71 | 0.50 | 0.16 | 342.12 | 0.64 | 0.54 |
| Hex | D5 | 3E | 6B | 0 | 47 | 32 | 10 | 156 | 40 | 36 |
| Octal | 325 | 76 | 153 | 0 | 107 | 62 | 20 | 526 | 100 | 66 |
| Binary | 11010101 | 111110 | 1101011 | 0 | 1000111 | 110010 | 10000 | 101010110 | 1000000 | 110110 |
Color Harmonies of #D53E6B
Complementary color
Monochromatic Colors of #D53E6B
Black with #D53E6B
Text Example
Text Example
White with #D53E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53E6B; }
p { color: rgb(213,62,107); }
H1.HeaderClassName
{
color: #D53E6B;
}
.AnyTagClassName
{
color: #D53E6B;
}
</style>
background-color css
<style>
a { background-color: #D53E6B; }
a { background-color: rgb(213,62,107); }
div.DivClassName
{
background-color: #D53E6B;
}
.BgClassName
{
background-color: #D53E6B;
}
</style>
border-color css
<style>
span { border-color: #D53E6B; }
span { border-color: rgb(213,62,107); }
td.TdClassName
{
border-color: #D53E6B;
}
.TagClassName
{
border-color: #D53E6B;
}
</style>