Shades of Deep Cerise #D9277F
Tints of Deep Cerise #D9277F
RGB
CMYK
RGB Variations
Color information
#D9277F (or 0xD9277F) is known color: Deep Cerise. HEX triplet: D9, 27 and 7F. RGB value is (217,39,127). Sum of RGB (Red+Green+Blue) = 217+39+127=383 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.66% from 383); Green value is 39 (15.62% from 255 or 10.18% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 217 - color contains mainly: red. Hex color #D9277F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9277F is #26D880. Grayscale: #666666. Windows color (decimal): -2545793 or 8333273. OLE color: 8333273.
HSL color Cylindrical-coordinate representation of color #D9277F: hue angle of 330.34º 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 #D9277F is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 39 | 127 | - |
| CMYK | 0 | 0.82 | 0.41 | 0.15 |
| HSL | 330.34º | 0.7% | 0.5% | - |
| HSV(B) | 330.34º | 0.82% | 0.85% | - |
| XYZ | 33.17 | 17.74 | 21.75 | - |
| YUV | 102.25 | 141.97 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 39 | 127 | 0 | 0.82 | 0.41 | 0.15 | 330.34 | 0.7 | 0.5 |
| Hex | D9 | 27 | 7F | 0 | 52 | 29 | F | 14A | 46 | 32 |
| Octal | 331 | 47 | 177 | 0 | 122 | 51 | 17 | 512 | 106 | 62 |
| Binary | 11011001 | 100111 | 1111111 | 0 | 1010010 | 101001 | 1111 | 101001010 | 1000110 | 110010 |
Color Harmonies of #D9277F
Complementary color
Monochromatic Colors of #D9277F
Black with #D9277F
Text Example
Text Example
White with #D9277F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9277F; }
p { color: rgb(217,39,127); }
H1.HeaderClassName
{
color: #D9277F;
}
.AnyTagClassName
{
color: #D9277F;
}
</style>
background-color css
<style>
a { background-color: #D9277F; }
a { background-color: rgb(217,39,127); }
div.DivClassName
{
background-color: #D9277F;
}
.BgClassName
{
background-color: #D9277F;
}
</style>
border-color css
<style>
span { border-color: #D9277F; }
span { border-color: rgb(217,39,127); }
td.TdClassName
{
border-color: #D9277F;
}
.TagClassName
{
border-color: #D9277F;
}
</style>