Shades of Deep Cerise #D53BA6
Tints of Deep Cerise #D53BA6
RGB
CMYK
RGB Variations
Color information
#D53BA6 (or 0xD53BA6) is known color: Deep Cerise. HEX triplet: D5, 3B and A6. RGB value is (213,59,166). Sum of RGB (Red+Green+Blue) = 213+59+166=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 59 (23.44% from 255 or 13.47% from 438); Blue value is 166 (65.23% from 255 or 37.90% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D53BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53BA6 is #2AC459. Grayscale: #747474. Windows color (decimal): -2802778 or 10894293. OLE color: 10894293.
HSL color Cylindrical-coordinate representation of color #D53BA6: hue angle of 318.31º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D53BA6 is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 59 | 166 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.16 |
| HSL | 318.31º | 0.65% | 0.53% | - |
| HSV(B) | 318.31º | 0.72% | 0.84% | - |
| XYZ | 35.89 | 20.03 | 38.05 | - |
| YUV | 117.24 | 155.52 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 59 | 166 | 0 | 0.72 | 0.22 | 0.16 | 318.31 | 0.65 | 0.53 |
| Hex | D5 | 3B | A6 | 0 | 48 | 16 | 10 | 13E | 41 | 35 |
| Octal | 325 | 73 | 246 | 0 | 110 | 26 | 20 | 476 | 101 | 65 |
| Binary | 11010101 | 111011 | 10100110 | 0 | 1001000 | 10110 | 10000 | 100111110 | 1000001 | 110101 |
Color Harmonies of #D53BA6
Complementary color
Monochromatic Colors of #D53BA6
Black with #D53BA6
Text Example
Text Example
White with #D53BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53BA6; }
p { color: rgb(213,59,166); }
H1.HeaderClassName
{
color: #D53BA6;
}
.AnyTagClassName
{
color: #D53BA6;
}
</style>
background-color css
<style>
a { background-color: #D53BA6; }
a { background-color: rgb(213,59,166); }
div.DivClassName
{
background-color: #D53BA6;
}
.BgClassName
{
background-color: #D53BA6;
}
</style>
border-color css
<style>
span { border-color: #D53BA6; }
span { border-color: rgb(213,59,166); }
td.TdClassName
{
border-color: #D53BA6;
}
.TagClassName
{
border-color: #D53BA6;
}
</style>