Shades of Cerise #D53468
Tints of Cerise #D53468
RGB
CMYK
RGB Variations
Color information
#D53468 (or 0xD53468) is known color: Cerise. HEX triplet: D5, 34 and 68. RGB value is (213,52,104). Sum of RGB (Red+Green+Blue) = 213+52+104=369 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.72% from 369); Green value is 52 (20.70% from 255 or 14.09% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 213 - color contains mainly: red. Hex color #D53468 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53468 is #2ACB97. Grayscale: #6A6A6A. Windows color (decimal): -2804632 or 6829269. OLE color: 6829269.
HSL color Cylindrical-coordinate representation of color #D53468: hue angle of 340.62º 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 #D53468 is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 52 | 104 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.16 |
| HSL | 340.62º | 0.66% | 0.52% | - |
| HSV(B) | 340.62º | 0.76% | 0.84% | - |
| XYZ | 31.17 | 17.6 | 14.85 | - |
| YUV | 106.07 | 126.84 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 52 | 104 | 0 | 0.76 | 0.51 | 0.16 | 340.62 | 0.66 | 0.52 |
| Hex | D5 | 34 | 68 | 0 | 4C | 33 | 10 | 155 | 42 | 34 |
| Octal | 325 | 64 | 150 | 0 | 114 | 63 | 20 | 525 | 102 | 64 |
| Binary | 11010101 | 110100 | 1101000 | 0 | 1001100 | 110011 | 10000 | 101010101 | 1000010 | 110100 |
Color Harmonies of #D53468
Complementary color
Monochromatic Colors of #D53468
Black with #D53468
Text Example
Text Example
White with #D53468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53468; }
p { color: rgb(213,52,104); }
H1.HeaderClassName
{
color: #D53468;
}
.AnyTagClassName
{
color: #D53468;
}
</style>
background-color css
<style>
a { background-color: #D53468; }
a { background-color: rgb(213,52,104); }
div.DivClassName
{
background-color: #D53468;
}
.BgClassName
{
background-color: #D53468;
}
</style>
border-color css
<style>
span { border-color: #D53468; }
span { border-color: rgb(213,52,104); }
td.TdClassName
{
border-color: #D53468;
}
.TagClassName
{
border-color: #D53468;
}
</style>