Shades of Deep Cerise #D939A1
Tints of Deep Cerise #D939A1
RGB
CMYK
RGB Variations
Color information
#D939A1 (or 0xD939A1) is known color: Deep Cerise. HEX triplet: D9, 39 and A1. RGB value is (217,57,161). Sum of RGB (Red+Green+Blue) = 217+57+161=435 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.89% from 435); Green value is 57 (22.66% from 255 or 13.10% from 435); Blue value is 161 (63.28% from 255 or 37.01% from 435); Max value from RGB is 217 - color contains mainly: red. Hex color #D939A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D939A1 is #26C65E. Grayscale: #747474. Windows color (decimal): -2541151 or 10566105. OLE color: 10566105.
HSL color Cylindrical-coordinate representation of color #D939A1: hue angle of 321º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D939A1 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 57 | 161 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.15 |
| HSL | 321º | 0.68% | 0.54% | - |
| HSV(B) | 321º | 0.74% | 0.85% | - |
| XYZ | 36.51 | 20.25 | 35.7 | - |
| YUV | 116.7 | 153.01 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 57 | 161 | 0 | 0.74 | 0.26 | 0.15 | 321 | 0.68 | 0.54 |
| Hex | D9 | 39 | A1 | 0 | 4A | 1A | F | 141 | 44 | 36 |
| Octal | 331 | 71 | 241 | 0 | 112 | 32 | 17 | 501 | 104 | 66 |
| Binary | 11011001 | 111001 | 10100001 | 0 | 1001010 | 11010 | 1111 | 101000001 | 1000100 | 110110 |
Color Harmonies of #D939A1
Complementary color
Monochromatic Colors of #D939A1
Black with #D939A1
Text Example
Text Example
White with #D939A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D939A1; }
p { color: rgb(217,57,161); }
H1.HeaderClassName
{
color: #D939A1;
}
.AnyTagClassName
{
color: #D939A1;
}
</style>
background-color css
<style>
a { background-color: #D939A1; }
a { background-color: rgb(217,57,161); }
div.DivClassName
{
background-color: #D939A1;
}
.BgClassName
{
background-color: #D939A1;
}
</style>
border-color css
<style>
span { border-color: #D939A1; }
span { border-color: rgb(217,57,161); }
td.TdClassName
{
border-color: #D939A1;
}
.TagClassName
{
border-color: #D939A1;
}
</style>