Shades of Deep Cerise #D9279D
Tints of Deep Cerise #D9279D
RGB
CMYK
RGB Variations
Color information
#D9279D (or 0xD9279D) is known color: Deep Cerise. HEX triplet: D9, 27 and 9D. RGB value is (217,39,157). Sum of RGB (Red+Green+Blue) = 217+39+157=413 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.54% from 413); Green value is 39 (15.62% from 255 or 9.44% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 217 - color contains mainly: red. Hex color #D9279D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9279D is #26D862. Grayscale: #696969. Windows color (decimal): -2545763 or 10299353. OLE color: 10299353.
HSL color Cylindrical-coordinate representation of color #D9279D: hue angle of 320.22º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D9279D is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 39 | 157 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.15 |
| HSL | 320.22º | 0.7% | 0.5% | - |
| HSV(B) | 320.22º | 0.82% | 0.85% | - |
| XYZ | 35.43 | 18.64 | 33.63 | - |
| YUV | 105.67 | 156.97 | 207.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 39 | 157 | 0 | 0.82 | 0.28 | 0.15 | 320.22 | 0.7 | 0.5 |
| Hex | D9 | 27 | 9D | 0 | 52 | 1C | F | 140 | 46 | 32 |
| Octal | 331 | 47 | 235 | 0 | 122 | 34 | 17 | 500 | 106 | 62 |
| Binary | 11011001 | 100111 | 10011101 | 0 | 1010010 | 11100 | 1111 | 101000000 | 1000110 | 110010 |
Color Harmonies of #D9279D
Complementary color
Monochromatic Colors of #D9279D
Black with #D9279D
Text Example
Text Example
White with #D9279D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9279D; }
p { color: rgb(217,39,157); }
H1.HeaderClassName
{
color: #D9279D;
}
.AnyTagClassName
{
color: #D9279D;
}
</style>
background-color css
<style>
a { background-color: #D9279D; }
a { background-color: rgb(217,39,157); }
div.DivClassName
{
background-color: #D9279D;
}
.BgClassName
{
background-color: #D9279D;
}
</style>
border-color css
<style>
span { border-color: #D9279D; }
span { border-color: rgb(217,39,157); }
td.TdClassName
{
border-color: #D9279D;
}
.TagClassName
{
border-color: #D9279D;
}
</style>