Shades of Cerise #D53F64
Tints of Cerise #D53F64
RGB
CMYK
RGB Variations
Color information
#D53F64 (or 0xD53F64) is known color: Cerise. HEX triplet: D5, 3F and 64. RGB value is (213,63,100). Sum of RGB (Red+Green+Blue) = 213+63+100=376 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.65% from 376); Green value is 63 (25% from 255 or 16.76% from 376); Blue value is 100 (39.45% from 255 or 26.60% from 376); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53F64 is #2AC09B. Grayscale: #707070. Windows color (decimal): -2801820 or 6569941. OLE color: 6569941.
HSL color Cylindrical-coordinate representation of color #D53F64: hue angle of 345.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 #D53F64 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 63 | 100 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.16 |
| HSL | 345.2º | 0.64% | 0.54% | - |
| HSV(B) | 345.2º | 0.7% | 0.84% | - |
| XYZ | 31.52 | 18.62 | 13.99 | - |
| YUV | 112.07 | 121.2 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 63 | 100 | 0 | 0.70 | 0.53 | 0.16 | 345.2 | 0.64 | 0.54 |
| Hex | D5 | 3F | 64 | 0 | 46 | 35 | 10 | 159 | 40 | 36 |
| Octal | 325 | 77 | 144 | 0 | 106 | 65 | 20 | 531 | 100 | 66 |
| Binary | 11010101 | 111111 | 1100100 | 0 | 1000110 | 110101 | 10000 | 101011001 | 1000000 | 110110 |
Color Harmonies of #D53F64
Complementary color
Monochromatic Colors of #D53F64
Black with #D53F64
Text Example
Text Example
White with #D53F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53F64; }
p { color: rgb(213,63,100); }
H1.HeaderClassName
{
color: #D53F64;
}
.AnyTagClassName
{
color: #D53F64;
}
</style>
background-color css
<style>
a { background-color: #D53F64; }
a { background-color: rgb(213,63,100); }
div.DivClassName
{
background-color: #D53F64;
}
.BgClassName
{
background-color: #D53F64;
}
</style>
border-color css
<style>
span { border-color: #D53F64; }
span { border-color: rgb(213,63,100); }
td.TdClassName
{
border-color: #D53F64;
}
.TagClassName
{
border-color: #D53F64;
}
</style>