Shades of Deep Cerise #D53683
Tints of Deep Cerise #D53683
RGB
CMYK
RGB Variations
Color information
#D53683 (or 0xD53683) is known color: Deep Cerise. HEX triplet: D5, 36 and 83. RGB value is (213,54,131). Sum of RGB (Red+Green+Blue) = 213+54+131=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 54 (21.48% from 255 or 13.57% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D53683 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53683 is #2AC97C. Grayscale: #6E6E6E. Windows color (decimal): -2804093 or 8599253. OLE color: 8599253.
HSL color Cylindrical-coordinate representation of color #D53683: hue angle of 330.94º 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 #D53683 is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 54 | 131 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.16 |
| HSL | 330.94º | 0.65% | 0.52% | - |
| HSV(B) | 330.94º | 0.75% | 0.84% | - |
| XYZ | 32.86 | 18.42 | 23.3 | - |
| YUV | 110.32 | 139.68 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 54 | 131 | 0 | 0.75 | 0.38 | 0.16 | 330.94 | 0.65 | 0.52 |
| Hex | D5 | 36 | 83 | 0 | 4B | 26 | 10 | 14B | 41 | 34 |
| Octal | 325 | 66 | 203 | 0 | 113 | 46 | 20 | 513 | 101 | 64 |
| Binary | 11010101 | 110110 | 10000011 | 0 | 1001011 | 100110 | 10000 | 101001011 | 1000001 | 110100 |
Color Harmonies of #D53683
Complementary color
Monochromatic Colors of #D53683
Black with #D53683
Text Example
Text Example
White with #D53683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53683; }
p { color: rgb(213,54,131); }
H1.HeaderClassName
{
color: #D53683;
}
.AnyTagClassName
{
color: #D53683;
}
</style>
background-color css
<style>
a { background-color: #D53683; }
a { background-color: rgb(213,54,131); }
div.DivClassName
{
background-color: #D53683;
}
.BgClassName
{
background-color: #D53683;
}
</style>
border-color css
<style>
span { border-color: #D53683; }
span { border-color: rgb(213,54,131); }
td.TdClassName
{
border-color: #D53683;
}
.TagClassName
{
border-color: #D53683;
}
</style>