Shades of Cerise #D53663
Tints of Cerise #D53663
RGB
CMYK
RGB Variations
Color information
#D53663 (or 0xD53663) is known color: Cerise. HEX triplet: D5, 36 and 63. RGB value is (213,54,99). Sum of RGB (Red+Green+Blue) = 213+54+99=366 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.20% from 366); Green value is 54 (21.48% from 255 or 14.75% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 213 - color contains mainly: red. Hex color #D53663 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53663 is #2AC99C. Grayscale: #6A6A6A. Windows color (decimal): -2804125 or 6502101. OLE color: 6502101.
HSL color Cylindrical-coordinate representation of color #D53663: hue angle of 343.02º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D53663 is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 54 | 99 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.16 |
| HSL | 343.02º | 0.65% | 0.52% | - |
| HSV(B) | 343.02º | 0.75% | 0.84% | - |
| XYZ | 31.01 | 17.69 | 13.58 | - |
| YUV | 106.67 | 123.68 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 54 | 99 | 0 | 0.75 | 0.54 | 0.16 | 343.02 | 0.65 | 0.52 |
| Hex | D5 | 36 | 63 | 0 | 4B | 36 | 10 | 157 | 41 | 34 |
| Octal | 325 | 66 | 143 | 0 | 113 | 66 | 20 | 527 | 101 | 64 |
| Binary | 11010101 | 110110 | 1100011 | 0 | 1001011 | 110110 | 10000 | 101010111 | 1000001 | 110100 |
Color Harmonies of #D53663
Complementary color
Monochromatic Colors of #D53663
Black with #D53663
Text Example
Text Example
White with #D53663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53663; }
p { color: rgb(213,54,99); }
H1.HeaderClassName
{
color: #D53663;
}
.AnyTagClassName
{
color: #D53663;
}
</style>
background-color css
<style>
a { background-color: #D53663; }
a { background-color: rgb(213,54,99); }
div.DivClassName
{
background-color: #D53663;
}
.BgClassName
{
background-color: #D53663;
}
</style>
border-color css
<style>
span { border-color: #D53663; }
span { border-color: rgb(213,54,99); }
td.TdClassName
{
border-color: #D53663;
}
.TagClassName
{
border-color: #D53663;
}
</style>