Shades of Deep Cerise #D53BA4
Tints of Deep Cerise #D53BA4
RGB
CMYK
RGB Variations
Color information
#D53BA4 (or 0xD53BA4) is known color: Deep Cerise. HEX triplet: D5, 3B and A4. RGB value is (213,59,164). Sum of RGB (Red+Green+Blue) = 213+59+164=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 59 (23.44% from 255 or 13.53% from 436); Blue value is 164 (64.45% from 255 or 37.61% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D53BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53BA4 is #2AC45B. Grayscale: #747474. Windows color (decimal): -2802780 or 10763221. OLE color: 10763221.
HSL color Cylindrical-coordinate representation of color #D53BA4: hue angle of 319.09º 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 #D53BA4 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 59 | 164 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.16 |
| HSL | 319.09º | 0.65% | 0.53% | - |
| HSV(B) | 319.09º | 0.72% | 0.84% | - |
| XYZ | 35.71 | 19.95 | 37.09 | - |
| YUV | 117.02 | 154.52 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 59 | 164 | 0 | 0.72 | 0.23 | 0.16 | 319.09 | 0.65 | 0.53 |
| Hex | D5 | 3B | A4 | 0 | 48 | 17 | 10 | 13F | 41 | 35 |
| Octal | 325 | 73 | 244 | 0 | 110 | 27 | 20 | 477 | 101 | 65 |
| Binary | 11010101 | 111011 | 10100100 | 0 | 1001000 | 10111 | 10000 | 100111111 | 1000001 | 110101 |
Color Harmonies of #D53BA4
Complementary color
Monochromatic Colors of #D53BA4
Black with #D53BA4
Text Example
Text Example
White with #D53BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53BA4; }
p { color: rgb(213,59,164); }
H1.HeaderClassName
{
color: #D53BA4;
}
.AnyTagClassName
{
color: #D53BA4;
}
</style>
background-color css
<style>
a { background-color: #D53BA4; }
a { background-color: rgb(213,59,164); }
div.DivClassName
{
background-color: #D53BA4;
}
.BgClassName
{
background-color: #D53BA4;
}
</style>
border-color css
<style>
span { border-color: #D53BA4; }
span { border-color: rgb(213,59,164); }
td.TdClassName
{
border-color: #D53BA4;
}
.TagClassName
{
border-color: #D53BA4;
}
</style>