Shades of Cerise #D53968
Tints of Cerise #D53968
RGB
CMYK
RGB Variations
Color information
#D53968 (or 0xD53968) is known color: Cerise. HEX triplet: D5, 39 and 68. RGB value is (213,57,104). Sum of RGB (Red+Green+Blue) = 213+57+104=374 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.95% from 374); Green value is 57 (22.66% from 255 or 15.24% from 374); Blue value is 104 (41.02% from 255 or 27.81% from 374); Max value from RGB is 213 - color contains mainly: red. Hex color #D53968 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53968 is #2AC697. Grayscale: #6C6C6C. Windows color (decimal): -2803352 or 6830549. OLE color: 6830549.
HSL color Cylindrical-coordinate representation of color #D53968: hue angle of 341.92º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D53968 is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 57 | 104 | - |
| CMYK | 0 | 0.73 | 0.51 | 0.16 |
| HSL | 341.92º | 0.65% | 0.53% | - |
| HSV(B) | 341.92º | 0.73% | 0.84% | - |
| XYZ | 31.4 | 18.07 | 14.93 | - |
| YUV | 109 | 125.18 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 57 | 104 | 0 | 0.73 | 0.51 | 0.16 | 341.92 | 0.65 | 0.53 |
| Hex | D5 | 39 | 68 | 0 | 49 | 33 | 10 | 156 | 41 | 35 |
| Octal | 325 | 71 | 150 | 0 | 111 | 63 | 20 | 526 | 101 | 65 |
| Binary | 11010101 | 111001 | 1101000 | 0 | 1001001 | 110011 | 10000 | 101010110 | 1000001 | 110101 |
Color Harmonies of #D53968
Complementary color
Monochromatic Colors of #D53968
Black with #D53968
Text Example
Text Example
White with #D53968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53968; }
p { color: rgb(213,57,104); }
H1.HeaderClassName
{
color: #D53968;
}
.AnyTagClassName
{
color: #D53968;
}
</style>
background-color css
<style>
a { background-color: #D53968; }
a { background-color: rgb(213,57,104); }
div.DivClassName
{
background-color: #D53968;
}
.BgClassName
{
background-color: #D53968;
}
</style>
border-color css
<style>
span { border-color: #D53968; }
span { border-color: rgb(213,57,104); }
td.TdClassName
{
border-color: #D53968;
}
.TagClassName
{
border-color: #D53968;
}
</style>