Shades of Cerise #D53967
Tints of Cerise #D53967
RGB
CMYK
RGB Variations
Color information
#D53967 (or 0xD53967) is known color: Cerise. HEX triplet: D5, 39 and 67. RGB value is (213,57,103). Sum of RGB (Red+Green+Blue) = 213+57+103=373 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.10% from 373); Green value is 57 (22.66% from 255 or 15.28% from 373); Blue value is 103 (40.62% from 255 or 27.61% from 373); Max value from RGB is 213 - color contains mainly: red. Hex color #D53967 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53967 is #2AC698. Grayscale: #6C6C6C. Windows color (decimal): -2803353 or 6765013. OLE color: 6765013.
HSL color Cylindrical-coordinate representation of color #D53967: hue angle of 342.31º 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 #D53967 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 57 | 103 | - |
| CMYK | 0 | 0.73 | 0.52 | 0.16 |
| HSL | 342.31º | 0.65% | 0.53% | - |
| HSV(B) | 342.31º | 0.73% | 0.84% | - |
| XYZ | 31.35 | 18.05 | 14.66 | - |
| YUV | 108.89 | 124.68 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 57 | 103 | 0 | 0.73 | 0.52 | 0.16 | 342.31 | 0.65 | 0.53 |
| Hex | D5 | 39 | 67 | 0 | 49 | 34 | 10 | 156 | 41 | 35 |
| Octal | 325 | 71 | 147 | 0 | 111 | 64 | 20 | 526 | 101 | 65 |
| Binary | 11010101 | 111001 | 1100111 | 0 | 1001001 | 110100 | 10000 | 101010110 | 1000001 | 110101 |
Color Harmonies of #D53967
Complementary color
Monochromatic Colors of #D53967
Black with #D53967
Text Example
Text Example
White with #D53967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53967; }
p { color: rgb(213,57,103); }
H1.HeaderClassName
{
color: #D53967;
}
.AnyTagClassName
{
color: #D53967;
}
</style>
background-color css
<style>
a { background-color: #D53967; }
a { background-color: rgb(213,57,103); }
div.DivClassName
{
background-color: #D53967;
}
.BgClassName
{
background-color: #D53967;
}
</style>
border-color css
<style>
span { border-color: #D53967; }
span { border-color: rgb(213,57,103); }
td.TdClassName
{
border-color: #D53967;
}
.TagClassName
{
border-color: #D53967;
}
</style>