Shades of Deep Cerise #D939A5
Tints of Deep Cerise #D939A5
RGB
CMYK
RGB Variations
Color information
#D939A5 (or 0xD939A5) is known color: Deep Cerise. HEX triplet: D9, 39 and A5. RGB value is (217,57,165). Sum of RGB (Red+Green+Blue) = 217+57+165=439 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.43% from 439); Green value is 57 (22.66% from 255 or 12.98% from 439); Blue value is 165 (64.84% from 255 or 37.59% from 439); Max value from RGB is 217 - color contains mainly: red. Hex color #D939A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D939A5 is #26C65A. Grayscale: #747474. Windows color (decimal): -2541147 or 10828249. OLE color: 10828249.
HSL color Cylindrical-coordinate representation of color #D939A5: hue angle of 319.5º 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 #D939A5 is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 57 | 165 | - |
| CMYK | 0 | 0.74 | 0.24 | 0.15 |
| HSL | 319.5º | 0.68% | 0.54% | - |
| HSV(B) | 319.5º | 0.74% | 0.85% | - |
| XYZ | 36.87 | 20.39 | 37.59 | - |
| YUV | 117.15 | 155.01 | 199.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 57 | 165 | 0 | 0.74 | 0.24 | 0.15 | 319.5 | 0.68 | 0.54 |
| Hex | D9 | 39 | A5 | 0 | 4A | 18 | F | 140 | 44 | 36 |
| Octal | 331 | 71 | 245 | 0 | 112 | 30 | 17 | 500 | 104 | 66 |
| Binary | 11011001 | 111001 | 10100101 | 0 | 1001010 | 11000 | 1111 | 101000000 | 1000100 | 110110 |
Color Harmonies of #D939A5
Complementary color
Monochromatic Colors of #D939A5
Black with #D939A5
Text Example
Text Example
White with #D939A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D939A5; }
p { color: rgb(217,57,165); }
H1.HeaderClassName
{
color: #D939A5;
}
.AnyTagClassName
{
color: #D939A5;
}
</style>
background-color css
<style>
a { background-color: #D939A5; }
a { background-color: rgb(217,57,165); }
div.DivClassName
{
background-color: #D939A5;
}
.BgClassName
{
background-color: #D939A5;
}
</style>
border-color css
<style>
span { border-color: #D939A5; }
span { border-color: rgb(217,57,165); }
td.TdClassName
{
border-color: #D939A5;
}
.TagClassName
{
border-color: #D939A5;
}
</style>