Shades of Deep Cerise #D938A0
Tints of Deep Cerise #D938A0
RGB
CMYK
RGB Variations
Color information
#D938A0 (or 0xD938A0) is known color: Deep Cerise. HEX triplet: D9, 38 and A0. RGB value is (217,56,160). Sum of RGB (Red+Green+Blue) = 217+56+160=433 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.12% from 433); Green value is 56 (22.27% from 255 or 12.93% from 433); Blue value is 160 (62.89% from 255 or 36.95% from 433); Max value from RGB is 217 - color contains mainly: red. Hex color #D938A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D938A0 is #26C75F. Grayscale: #737373. Windows color (decimal): -2541408 or 10500313. OLE color: 10500313.
HSL color Cylindrical-coordinate representation of color #D938A0: hue angle of 321.24º 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 #D938A0 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 56 | 160 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.15 |
| HSL | 321.24º | 0.68% | 0.54% | - |
| HSV(B) | 321.24º | 0.74% | 0.85% | - |
| XYZ | 36.37 | 20.12 | 35.22 | - |
| YUV | 116 | 152.84 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 56 | 160 | 0 | 0.74 | 0.26 | 0.15 | 321.24 | 0.68 | 0.54 |
| Hex | D9 | 38 | A0 | 0 | 4A | 1A | F | 141 | 44 | 36 |
| Octal | 331 | 70 | 240 | 0 | 112 | 32 | 17 | 501 | 104 | 66 |
| Binary | 11011001 | 111000 | 10100000 | 0 | 1001010 | 11010 | 1111 | 101000001 | 1000100 | 110110 |
Color Harmonies of #D938A0
Complementary color
Monochromatic Colors of #D938A0
Black with #D938A0
Text Example
Text Example
White with #D938A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D938A0; }
p { color: rgb(217,56,160); }
H1.HeaderClassName
{
color: #D938A0;
}
.AnyTagClassName
{
color: #D938A0;
}
</style>
background-color css
<style>
a { background-color: #D938A0; }
a { background-color: rgb(217,56,160); }
div.DivClassName
{
background-color: #D938A0;
}
.BgClassName
{
background-color: #D938A0;
}
</style>
border-color css
<style>
span { border-color: #D938A0; }
span { border-color: rgb(217,56,160); }
td.TdClassName
{
border-color: #D938A0;
}
.TagClassName
{
border-color: #D938A0;
}
</style>