Shades of Cerise #D53065
Tints of Cerise #D53065
RGB
CMYK
RGB Variations
Color information
#D53065 (or 0xD53065) is known color: Cerise. HEX triplet: D5, 30 and 65. RGB value is (213,48,101). Sum of RGB (Red+Green+Blue) = 213+48+101=362 (47% of max value = 765). Red value is 213 (83.59% from 255 or 58.84% from 362); Green value is 48 (19.14% from 255 or 13.26% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 213 - color contains mainly: red. Hex color #D53065 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53065 is #2ACF9A. Grayscale: #676767. Windows color (decimal): -2805659 or 6631637. OLE color: 6631637.
HSL color Cylindrical-coordinate representation of color #D53065: hue angle of 340.73º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D53065 is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 48 | 101 | - |
| CMYK | 0 | 0.77 | 0.53 | 0.16 |
| HSL | 340.73º | 0.66% | 0.51% | - |
| HSV(B) | 340.73º | 0.77% | 0.84% | - |
| XYZ | 30.85 | 17.2 | 14.01 | - |
| YUV | 103.38 | 126.66 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 48 | 101 | 0 | 0.77 | 0.53 | 0.16 | 340.73 | 0.66 | 0.51 |
| Hex | D5 | 30 | 65 | 0 | 4D | 35 | 10 | 155 | 42 | 33 |
| Octal | 325 | 60 | 145 | 0 | 115 | 65 | 20 | 525 | 102 | 63 |
| Binary | 11010101 | 110000 | 1100101 | 0 | 1001101 | 110101 | 10000 | 101010101 | 1000010 | 110011 |
Color Harmonies of #D53065
Complementary color
Monochromatic Colors of #D53065
Black with #D53065
Text Example
Text Example
White with #D53065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53065; }
p { color: rgb(213,48,101); }
H1.HeaderClassName
{
color: #D53065;
}
.AnyTagClassName
{
color: #D53065;
}
</style>
background-color css
<style>
a { background-color: #D53065; }
a { background-color: rgb(213,48,101); }
div.DivClassName
{
background-color: #D53065;
}
.BgClassName
{
background-color: #D53065;
}
</style>
border-color css
<style>
span { border-color: #D53065; }
span { border-color: rgb(213,48,101); }
td.TdClassName
{
border-color: #D53065;
}
.TagClassName
{
border-color: #D53065;
}
</style>