Shades of Deep Cerise #D9277D
Tints of Deep Cerise #D9277D
RGB
CMYK
RGB Variations
Color information
#D9277D (or 0xD9277D) is known color: Deep Cerise. HEX triplet: D9, 27 and 7D. RGB value is (217,39,125). Sum of RGB (Red+Green+Blue) = 217+39+125=381 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.96% from 381); Green value is 39 (15.62% from 255 or 10.24% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 217 - color contains mainly: red. Hex color #D9277D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9277D is #26D882. Grayscale: #656565. Windows color (decimal): -2545795 or 8202201. OLE color: 8202201.
HSL color Cylindrical-coordinate representation of color #D9277D: hue angle of 331.01º 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 #D9277D is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 39 | 125 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.15 |
| HSL | 331.01º | 0.7% | 0.5% | - |
| HSV(B) | 331.01º | 0.82% | 0.85% | - |
| XYZ | 33.04 | 17.68 | 21.07 | - |
| YUV | 102.03 | 140.97 | 210.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 39 | 125 | 0 | 0.82 | 0.42 | 0.15 | 331.01 | 0.7 | 0.5 |
| Hex | D9 | 27 | 7D | 0 | 52 | 2A | F | 14B | 46 | 32 |
| Octal | 331 | 47 | 175 | 0 | 122 | 52 | 17 | 513 | 106 | 62 |
| Binary | 11011001 | 100111 | 1111101 | 0 | 1010010 | 101010 | 1111 | 101001011 | 1000110 | 110010 |
Color Harmonies of #D9277D
Complementary color
Monochromatic Colors of #D9277D
Black with #D9277D
Text Example
Text Example
White with #D9277D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9277D; }
p { color: rgb(217,39,125); }
H1.HeaderClassName
{
color: #D9277D;
}
.AnyTagClassName
{
color: #D9277D;
}
</style>
background-color css
<style>
a { background-color: #D9277D; }
a { background-color: rgb(217,39,125); }
div.DivClassName
{
background-color: #D9277D;
}
.BgClassName
{
background-color: #D9277D;
}
</style>
border-color css
<style>
span { border-color: #D9277D; }
span { border-color: rgb(217,39,125); }
td.TdClassName
{
border-color: #D9277D;
}
.TagClassName
{
border-color: #D9277D;
}
</style>