Shades of Deep Cerise #D53BA5
Tints of Deep Cerise #D53BA5
RGB
CMYK
RGB Variations
Color information
#D53BA5 (or 0xD53BA5) is known color: Deep Cerise. HEX triplet: D5, 3B and A5. RGB value is (213,59,165). Sum of RGB (Red+Green+Blue) = 213+59+165=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 59 (23.44% from 255 or 13.50% from 437); Blue value is 165 (64.84% from 255 or 37.76% from 437); Max value from RGB is 213 - color contains mainly: red. Hex color #D53BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53BA5 is #2AC45A. Grayscale: #747474. Windows color (decimal): -2802779 or 10828757. OLE color: 10828757.
HSL color Cylindrical-coordinate representation of color #D53BA5: hue angle of 318.7º 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 #D53BA5 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 59 | 165 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.16 |
| HSL | 318.7º | 0.65% | 0.53% | - |
| HSV(B) | 318.7º | 0.72% | 0.84% | - |
| XYZ | 35.8 | 19.99 | 37.57 | - |
| YUV | 117.13 | 155.02 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 59 | 165 | 0 | 0.72 | 0.23 | 0.16 | 318.7 | 0.65 | 0.53 |
| Hex | D5 | 3B | A5 | 0 | 48 | 17 | 10 | 13F | 41 | 35 |
| Octal | 325 | 73 | 245 | 0 | 110 | 27 | 20 | 477 | 101 | 65 |
| Binary | 11010101 | 111011 | 10100101 | 0 | 1001000 | 10111 | 10000 | 100111111 | 1000001 | 110101 |
Color Harmonies of #D53BA5
Complementary color
Monochromatic Colors of #D53BA5
Black with #D53BA5
Text Example
Text Example
White with #D53BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53BA5; }
p { color: rgb(213,59,165); }
H1.HeaderClassName
{
color: #D53BA5;
}
.AnyTagClassName
{
color: #D53BA5;
}
</style>
background-color css
<style>
a { background-color: #D53BA5; }
a { background-color: rgb(213,59,165); }
div.DivClassName
{
background-color: #D53BA5;
}
.BgClassName
{
background-color: #D53BA5;
}
</style>
border-color css
<style>
span { border-color: #D53BA5; }
span { border-color: rgb(213,59,165); }
td.TdClassName
{
border-color: #D53BA5;
}
.TagClassName
{
border-color: #D53BA5;
}
</style>