Shades of Deep Cerise #D9277A
Tints of Deep Cerise #D9277A
RGB
CMYK
RGB Variations
Color information
#D9277A (or 0xD9277A) is known color: Deep Cerise. HEX triplet: D9, 27 and 7A. RGB value is (217,39,122). Sum of RGB (Red+Green+Blue) = 217+39+122=378 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.41% from 378); Green value is 39 (15.62% from 255 or 10.32% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 217 - color contains mainly: red. Hex color #D9277A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9277A is #26D885. Grayscale: #656565. Windows color (decimal): -2545798 or 8005593. OLE color: 8005593.
HSL color Cylindrical-coordinate representation of color #D9277A: hue angle of 332.02º 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 #D9277A is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 39 | 122 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.15 |
| HSL | 332.02º | 0.7% | 0.5% | - |
| HSV(B) | 332.02º | 0.82% | 0.85% | - |
| XYZ | 32.85 | 17.61 | 20.08 | - |
| YUV | 101.68 | 139.47 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 39 | 122 | 0 | 0.82 | 0.44 | 0.15 | 332.02 | 0.7 | 0.5 |
| Hex | D9 | 27 | 7A | 0 | 52 | 2C | F | 14C | 46 | 32 |
| Octal | 331 | 47 | 172 | 0 | 122 | 54 | 17 | 514 | 106 | 62 |
| Binary | 11011001 | 100111 | 1111010 | 0 | 1010010 | 101100 | 1111 | 101001100 | 1000110 | 110010 |
Color Harmonies of #D9277A
Complementary color
Monochromatic Colors of #D9277A
Black with #D9277A
Text Example
Text Example
White with #D9277A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9277A; }
p { color: rgb(217,39,122); }
H1.HeaderClassName
{
color: #D9277A;
}
.AnyTagClassName
{
color: #D9277A;
}
</style>
background-color css
<style>
a { background-color: #D9277A; }
a { background-color: rgb(217,39,122); }
div.DivClassName
{
background-color: #D9277A;
}
.BgClassName
{
background-color: #D9277A;
}
</style>
border-color css
<style>
span { border-color: #D9277A; }
span { border-color: rgb(217,39,122); }
td.TdClassName
{
border-color: #D9277A;
}
.TagClassName
{
border-color: #D9277A;
}
</style>