Shades of Deep Cerise #D9279B
Tints of Deep Cerise #D9279B
RGB
CMYK
RGB Variations
Color information
#D9279B (or 0xD9279B) is known color: Deep Cerise. HEX triplet: D9, 27 and 9B. RGB value is (217,39,155). Sum of RGB (Red+Green+Blue) = 217+39+155=411 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.80% from 411); Green value is 39 (15.62% from 255 or 9.49% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 217 - color contains mainly: red. Hex color #D9279B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9279B is #26D864. Grayscale: #696969. Windows color (decimal): -2545765 or 10168281. OLE color: 10168281.
HSL color Cylindrical-coordinate representation of color #D9279B: hue angle of 320.9º 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 #D9279B is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 39 | 155 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.15 |
| HSL | 320.9º | 0.7% | 0.5% | - |
| HSV(B) | 320.9º | 0.82% | 0.85% | - |
| XYZ | 35.26 | 18.57 | 32.74 | - |
| YUV | 105.45 | 155.97 | 207.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 39 | 155 | 0 | 0.82 | 0.29 | 0.15 | 320.9 | 0.7 | 0.5 |
| Hex | D9 | 27 | 9B | 0 | 52 | 1D | F | 141 | 46 | 32 |
| Octal | 331 | 47 | 233 | 0 | 122 | 35 | 17 | 501 | 106 | 62 |
| Binary | 11011001 | 100111 | 10011011 | 0 | 1010010 | 11101 | 1111 | 101000001 | 1000110 | 110010 |
Color Harmonies of #D9279B
Complementary color
Monochromatic Colors of #D9279B
Black with #D9279B
Text Example
Text Example
White with #D9279B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9279B; }
p { color: rgb(217,39,155); }
H1.HeaderClassName
{
color: #D9279B;
}
.AnyTagClassName
{
color: #D9279B;
}
</style>
background-color css
<style>
a { background-color: #D9279B; }
a { background-color: rgb(217,39,155); }
div.DivClassName
{
background-color: #D9279B;
}
.BgClassName
{
background-color: #D9279B;
}
</style>
border-color css
<style>
span { border-color: #D9279B; }
span { border-color: rgb(217,39,155); }
td.TdClassName
{
border-color: #D9279B;
}
.TagClassName
{
border-color: #D9279B;
}
</style>