Shades of Cerise #D53568
Tints of Cerise #D53568
RGB
CMYK
RGB Variations
Color information
#D53568 (or 0xD53568) is known color: Cerise. HEX triplet: D5, 35 and 68. RGB value is (213,53,104). Sum of RGB (Red+Green+Blue) = 213+53+104=370 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.57% from 370); Green value is 53 (21.09% from 255 or 14.32% from 370); Blue value is 104 (41.02% from 255 or 28.11% from 370); Max value from RGB is 213 - color contains mainly: red. Hex color #D53568 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53568 is #2ACA97. Grayscale: #6A6A6A. Windows color (decimal): -2804376 or 6829525. OLE color: 6829525.
HSL color Cylindrical-coordinate representation of color #D53568: hue angle of 340.88º degrees, saturation: 0.66, 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 #D53568 is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 53 | 104 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.16 |
| HSL | 340.88º | 0.66% | 0.52% | - |
| HSV(B) | 340.88º | 0.75% | 0.84% | - |
| XYZ | 31.21 | 17.69 | 14.87 | - |
| YUV | 106.65 | 126.51 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 53 | 104 | 0 | 0.75 | 0.51 | 0.16 | 340.88 | 0.66 | 0.52 |
| Hex | D5 | 35 | 68 | 0 | 4B | 33 | 10 | 155 | 42 | 34 |
| Octal | 325 | 65 | 150 | 0 | 113 | 63 | 20 | 525 | 102 | 64 |
| Binary | 11010101 | 110101 | 1101000 | 0 | 1001011 | 110011 | 10000 | 101010101 | 1000010 | 110100 |
Color Harmonies of #D53568
Complementary color
Monochromatic Colors of #D53568
Black with #D53568
Text Example
Text Example
White with #D53568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53568; }
p { color: rgb(213,53,104); }
H1.HeaderClassName
{
color: #D53568;
}
.AnyTagClassName
{
color: #D53568;
}
</style>
background-color css
<style>
a { background-color: #D53568; }
a { background-color: rgb(213,53,104); }
div.DivClassName
{
background-color: #D53568;
}
.BgClassName
{
background-color: #D53568;
}
</style>
border-color css
<style>
span { border-color: #D53568; }
span { border-color: rgb(213,53,104); }
td.TdClassName
{
border-color: #D53568;
}
.TagClassName
{
border-color: #D53568;
}
</style>