Shades of Cerise #D53765
Tints of Cerise #D53765
RGB
CMYK
RGB Variations
Color information
#D53765 (or 0xD53765) is known color: Cerise. HEX triplet: D5, 37 and 65. RGB value is (213,55,101). Sum of RGB (Red+Green+Blue) = 213+55+101=369 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.72% from 369); Green value is 55 (21.88% from 255 or 14.91% from 369); Blue value is 101 (39.84% from 255 or 27.37% from 369); Max value from RGB is 213 - color contains mainly: red. Hex color #D53765 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53765 is #2AC89A. Grayscale: #6B6B6B. Windows color (decimal): -2803867 or 6633429. OLE color: 6633429.
HSL color Cylindrical-coordinate representation of color #D53765: hue angle of 342.53º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D53765 is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 55 | 101 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.16 |
| HSL | 342.53º | 0.65% | 0.53% | - |
| HSV(B) | 342.53º | 0.74% | 0.84% | - |
| XYZ | 31.16 | 17.82 | 14.11 | - |
| YUV | 107.49 | 124.35 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 55 | 101 | 0 | 0.74 | 0.53 | 0.16 | 342.53 | 0.65 | 0.53 |
| Hex | D5 | 37 | 65 | 0 | 4A | 35 | 10 | 157 | 41 | 35 |
| Octal | 325 | 67 | 145 | 0 | 112 | 65 | 20 | 527 | 101 | 65 |
| Binary | 11010101 | 110111 | 1100101 | 0 | 1001010 | 110101 | 10000 | 101010111 | 1000001 | 110101 |
Color Harmonies of #D53765
Complementary color
Monochromatic Colors of #D53765
Black with #D53765
Text Example
Text Example
White with #D53765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53765; }
p { color: rgb(213,55,101); }
H1.HeaderClassName
{
color: #D53765;
}
.AnyTagClassName
{
color: #D53765;
}
</style>
background-color css
<style>
a { background-color: #D53765; }
a { background-color: rgb(213,55,101); }
div.DivClassName
{
background-color: #D53765;
}
.BgClassName
{
background-color: #D53765;
}
</style>
border-color css
<style>
span { border-color: #D53765; }
span { border-color: rgb(213,55,101); }
td.TdClassName
{
border-color: #D53765;
}
.TagClassName
{
border-color: #D53765;
}
</style>