Shades of Cerise #D53F6E
Tints of Cerise #D53F6E
RGB
CMYK
RGB Variations
Color information
#D53F6E (or 0xD53F6E) is known color: Cerise. HEX triplet: D5, 3F and 6E. RGB value is (213,63,110). Sum of RGB (Red+Green+Blue) = 213+63+110=386 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.18% from 386); Green value is 63 (25% from 255 or 16.32% from 386); Blue value is 110 (43.36% from 255 or 28.50% from 386); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53F6E is #2AC091. Grayscale: #717171. Windows color (decimal): -2801810 or 7225301. OLE color: 7225301.
HSL color Cylindrical-coordinate representation of color #D53F6E: hue angle of 341.2º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D53F6E is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 63 | 110 | - |
| CMYK | 0 | 0.70 | 0.48 | 0.16 |
| HSL | 341.2º | 0.64% | 0.54% | - |
| HSV(B) | 341.2º | 0.7% | 0.84% | - |
| XYZ | 32.03 | 18.83 | 16.7 | - |
| YUV | 113.21 | 126.2 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 63 | 110 | 0 | 0.70 | 0.48 | 0.16 | 341.2 | 0.64 | 0.54 |
| Hex | D5 | 3F | 6E | 0 | 46 | 30 | 10 | 155 | 40 | 36 |
| Octal | 325 | 77 | 156 | 0 | 106 | 60 | 20 | 525 | 100 | 66 |
| Binary | 11010101 | 111111 | 1101110 | 0 | 1000110 | 110000 | 10000 | 101010101 | 1000000 | 110110 |
Color Harmonies of #D53F6E
Complementary color
Monochromatic Colors of #D53F6E
Black with #D53F6E
Text Example
Text Example
White with #D53F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53F6E; }
p { color: rgb(213,63,110); }
H1.HeaderClassName
{
color: #D53F6E;
}
.AnyTagClassName
{
color: #D53F6E;
}
</style>
background-color css
<style>
a { background-color: #D53F6E; }
a { background-color: rgb(213,63,110); }
div.DivClassName
{
background-color: #D53F6E;
}
.BgClassName
{
background-color: #D53F6E;
}
</style>
border-color css
<style>
span { border-color: #D53F6E; }
span { border-color: rgb(213,63,110); }
td.TdClassName
{
border-color: #D53F6E;
}
.TagClassName
{
border-color: #D53F6E;
}
</style>