Shades of Cerise #D53465
Tints of Cerise #D53465
RGB
CMYK
RGB Variations
Color information
#D53465 (or 0xD53465) is known color: Cerise. HEX triplet: D5, 34 and 65. RGB value is (213,52,101). Sum of RGB (Red+Green+Blue) = 213+52+101=366 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.20% from 366); Green value is 52 (20.70% from 255 or 14.21% from 366); Blue value is 101 (39.84% from 255 or 27.60% from 366); Max value from RGB is 213 - color contains mainly: red. Hex color #D53465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53465 is #2ACB9A. Grayscale: #696969. Windows color (decimal): -2804635 or 6632661. OLE color: 6632661.
HSL color Cylindrical-coordinate representation of color #D53465: hue angle of 341.74º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D53465 is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 52 | 101 | - |
| CMYK | 0 | 0.76 | 0.53 | 0.16 |
| HSL | 341.74º | 0.66% | 0.52% | - |
| HSV(B) | 341.74º | 0.76% | 0.84% | - |
| XYZ | 31.02 | 17.54 | 14.06 | - |
| YUV | 105.73 | 125.34 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 52 | 101 | 0 | 0.76 | 0.53 | 0.16 | 341.74 | 0.66 | 0.52 |
| Hex | D5 | 34 | 65 | 0 | 4C | 35 | 10 | 156 | 42 | 34 |
| Octal | 325 | 64 | 145 | 0 | 114 | 65 | 20 | 526 | 102 | 64 |
| Binary | 11010101 | 110100 | 1100101 | 0 | 1001100 | 110101 | 10000 | 101010110 | 1000010 | 110100 |
Color Harmonies of #D53465
Complementary color
Monochromatic Colors of #D53465
Black with #D53465
Text Example
Text Example
White with #D53465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53465; }
p { color: rgb(213,52,101); }
H1.HeaderClassName
{
color: #D53465;
}
.AnyTagClassName
{
color: #D53465;
}
</style>
background-color css
<style>
a { background-color: #D53465; }
a { background-color: rgb(213,52,101); }
div.DivClassName
{
background-color: #D53465;
}
.BgClassName
{
background-color: #D53465;
}
</style>
border-color css
<style>
span { border-color: #D53465; }
span { border-color: rgb(213,52,101); }
td.TdClassName
{
border-color: #D53465;
}
.TagClassName
{
border-color: #D53465;
}
</style>