Shades of Deep Cerise #D936A1
Tints of Deep Cerise #D936A1
RGB
CMYK
RGB Variations
Color information
#D936A1 (or 0xD936A1) is known color: Deep Cerise. HEX triplet: D9, 36 and A1. RGB value is (217,54,161). Sum of RGB (Red+Green+Blue) = 217+54+161=432 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.23% from 432); Green value is 54 (21.48% from 255 or 12.5% from 432); Blue value is 161 (63.28% from 255 or 37.27% from 432); Max value from RGB is 217 - color contains mainly: red. Hex color #D936A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D936A1 is #26C95E. Grayscale: #727272. Windows color (decimal): -2541919 or 10565337. OLE color: 10565337.
HSL color Cylindrical-coordinate representation of color #D936A1: hue angle of 320.61º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D936A1 is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 54 | 161 | - |
| CMYK | 0 | 0.75 | 0.26 | 0.15 |
| HSL | 320.61º | 0.68% | 0.53% | - |
| HSV(B) | 320.61º | 0.75% | 0.85% | - |
| XYZ | 36.37 | 19.96 | 35.65 | - |
| YUV | 114.94 | 154 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 54 | 161 | 0 | 0.75 | 0.26 | 0.15 | 320.61 | 0.68 | 0.53 |
| Hex | D9 | 36 | A1 | 0 | 4B | 1A | F | 141 | 44 | 35 |
| Octal | 331 | 66 | 241 | 0 | 113 | 32 | 17 | 501 | 104 | 65 |
| Binary | 11011001 | 110110 | 10100001 | 0 | 1001011 | 11010 | 1111 | 101000001 | 1000100 | 110101 |
Color Harmonies of #D936A1
Complementary color
Monochromatic Colors of #D936A1
Black with #D936A1
Text Example
Text Example
White with #D936A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D936A1; }
p { color: rgb(217,54,161); }
H1.HeaderClassName
{
color: #D936A1;
}
.AnyTagClassName
{
color: #D936A1;
}
</style>
background-color css
<style>
a { background-color: #D936A1; }
a { background-color: rgb(217,54,161); }
div.DivClassName
{
background-color: #D936A1;
}
.BgClassName
{
background-color: #D936A1;
}
</style>
border-color css
<style>
span { border-color: #D936A1; }
span { border-color: rgb(217,54,161); }
td.TdClassName
{
border-color: #D936A1;
}
.TagClassName
{
border-color: #D936A1;
}
</style>