Shades of Deep Cerise #D936AB
Tints of Deep Cerise #D936AB
RGB
CMYK
RGB Variations
Color information
#D936AB (or 0xD936AB) is known color: Deep Cerise. HEX triplet: D9, 36 and AB. RGB value is (217,54,171). Sum of RGB (Red+Green+Blue) = 217+54+171=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 54 (21.48% from 255 or 12.22% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D936AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D936AB is #26C954. Grayscale: #737373. Windows color (decimal): -2541909 or 11220697. OLE color: 11220697.
HSL color Cylindrical-coordinate representation of color #D936AB: hue angle of 316.93º 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 #D936AB is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 54 | 171 | - |
| CMYK | 0 | 0.75 | 0.21 | 0.15 |
| HSL | 316.93º | 0.68% | 0.53% | - |
| HSV(B) | 316.93º | 0.75% | 0.85% | - |
| XYZ | 37.29 | 20.33 | 40.49 | - |
| YUV | 116.08 | 159 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 54 | 171 | 0 | 0.75 | 0.21 | 0.15 | 316.93 | 0.68 | 0.53 |
| Hex | D9 | 36 | AB | 0 | 4B | 15 | F | 13D | 44 | 35 |
| Octal | 331 | 66 | 253 | 0 | 113 | 25 | 17 | 475 | 104 | 65 |
| Binary | 11011001 | 110110 | 10101011 | 0 | 1001011 | 10101 | 1111 | 100111101 | 1000100 | 110101 |
Color Harmonies of #D936AB
Complementary color
Monochromatic Colors of #D936AB
Black with #D936AB
Text Example
Text Example
White with #D936AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D936AB; }
p { color: rgb(217,54,171); }
H1.HeaderClassName
{
color: #D936AB;
}
.AnyTagClassName
{
color: #D936AB;
}
</style>
background-color css
<style>
a { background-color: #D936AB; }
a { background-color: rgb(217,54,171); }
div.DivClassName
{
background-color: #D936AB;
}
.BgClassName
{
background-color: #D936AB;
}
</style>
border-color css
<style>
span { border-color: #D936AB; }
span { border-color: rgb(217,54,171); }
td.TdClassName
{
border-color: #D936AB;
}
.TagClassName
{
border-color: #D936AB;
}
</style>