Shades of Deep Cerise #D53675
Tints of Deep Cerise #D53675
RGB
CMYK
RGB Variations
Color information
#D53675 (or 0xD53675) is known color: Deep Cerise. HEX triplet: D5, 36 and 75. RGB value is (213,54,117). Sum of RGB (Red+Green+Blue) = 213+54+117=384 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.47% from 384); Green value is 54 (21.48% from 255 or 14.06% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 213 - color contains mainly: red. Hex color #D53675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53675 is #2AC98A. Grayscale: #6C6C6C. Windows color (decimal): -2804107 or 7681749. OLE color: 7681749.
HSL color Cylindrical-coordinate representation of color #D53675: hue angle of 336.23º degrees, saturation: 0.65, 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 #D53675 is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 54 | 117 | - |
| CMYK | 0 | 0.75 | 0.45 | 0.16 |
| HSL | 336.23º | 0.65% | 0.52% | - |
| HSV(B) | 336.23º | 0.75% | 0.84% | - |
| XYZ | 31.97 | 18.07 | 18.63 | - |
| YUV | 108.72 | 132.68 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 54 | 117 | 0 | 0.75 | 0.45 | 0.16 | 336.23 | 0.65 | 0.52 |
| Hex | D5 | 36 | 75 | 0 | 4B | 2D | 10 | 150 | 41 | 34 |
| Octal | 325 | 66 | 165 | 0 | 113 | 55 | 20 | 520 | 101 | 64 |
| Binary | 11010101 | 110110 | 1110101 | 0 | 1001011 | 101101 | 10000 | 101010000 | 1000001 | 110100 |
Color Harmonies of #D53675
Complementary color
Monochromatic Colors of #D53675
Black with #D53675
Text Example
Text Example
White with #D53675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53675; }
p { color: rgb(213,54,117); }
H1.HeaderClassName
{
color: #D53675;
}
.AnyTagClassName
{
color: #D53675;
}
</style>
background-color css
<style>
a { background-color: #D53675; }
a { background-color: rgb(213,54,117); }
div.DivClassName
{
background-color: #D53675;
}
.BgClassName
{
background-color: #D53675;
}
</style>
border-color css
<style>
span { border-color: #D53675; }
span { border-color: rgb(213,54,117); }
td.TdClassName
{
border-color: #D53675;
}
.TagClassName
{
border-color: #D53675;
}
</style>