Shades of Deep Cerise #D536A1
Tints of Deep Cerise #D536A1
RGB
CMYK
RGB Variations
Color information
#D536A1 (or 0xD536A1) is known color: Deep Cerise. HEX triplet: D5, 36 and A1. RGB value is (213,54,161). Sum of RGB (Red+Green+Blue) = 213+54+161=428 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.77% from 428); Green value is 54 (21.48% from 255 or 12.62% from 428); Blue value is 161 (63.28% from 255 or 37.62% from 428); Max value from RGB is 213 - color contains mainly: red. Hex color #D536A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D536A1 is #2AC95E. Grayscale: #717171. Windows color (decimal): -2804063 or 10565333. OLE color: 10565333.
HSL color Cylindrical-coordinate representation of color #D536A1: hue angle of 319.62º 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 #D536A1 is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 54 | 161 | - |
| CMYK | 0 | 0.75 | 0.24 | 0.16 |
| HSL | 319.62º | 0.65% | 0.52% | - |
| HSV(B) | 319.62º | 0.75% | 0.84% | - |
| XYZ | 35.19 | 19.36 | 35.6 | - |
| YUV | 113.74 | 154.68 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 54 | 161 | 0 | 0.75 | 0.24 | 0.16 | 319.62 | 0.65 | 0.52 |
| Hex | D5 | 36 | A1 | 0 | 4B | 18 | 10 | 140 | 41 | 34 |
| Octal | 325 | 66 | 241 | 0 | 113 | 30 | 20 | 500 | 101 | 64 |
| Binary | 11010101 | 110110 | 10100001 | 0 | 1001011 | 11000 | 10000 | 101000000 | 1000001 | 110100 |
Color Harmonies of #D536A1
Complementary color
Monochromatic Colors of #D536A1
Black with #D536A1
Text Example
Text Example
White with #D536A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D536A1; }
p { color: rgb(213,54,161); }
H1.HeaderClassName
{
color: #D536A1;
}
.AnyTagClassName
{
color: #D536A1;
}
</style>
background-color css
<style>
a { background-color: #D536A1; }
a { background-color: rgb(213,54,161); }
div.DivClassName
{
background-color: #D536A1;
}
.BgClassName
{
background-color: #D536A1;
}
</style>
border-color css
<style>
span { border-color: #D536A1; }
span { border-color: rgb(213,54,161); }
td.TdClassName
{
border-color: #D536A1;
}
.TagClassName
{
border-color: #D536A1;
}
</style>