Shades of Deep Cerise #D7277A
Tints of Deep Cerise #D7277A
RGB
CMYK
RGB Variations
Color information
#D7277A (or 0xD7277A) is known color: Deep Cerise. HEX triplet: D7, 27 and 7A. RGB value is (215,39,122). Sum of RGB (Red+Green+Blue) = 215+39+122=376 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.18% from 376); Green value is 39 (15.62% from 255 or 10.37% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 215 - color contains mainly: red. Hex color #D7277A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7277A is #28D885. Grayscale: #646464. Windows color (decimal): -2676870 or 8005591. OLE color: 8005591.
HSL color Cylindrical-coordinate representation of color #D7277A: hue angle of 331.7º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D7277A is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 39 | 122 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.16 |
| HSL | 331.7º | 0.69% | 0.5% | - |
| HSV(B) | 331.7º | 0.82% | 0.84% | - |
| XYZ | 32.26 | 17.3 | 20.05 | - |
| YUV | 101.09 | 139.81 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 39 | 122 | 0 | 0.82 | 0.43 | 0.16 | 331.7 | 0.69 | 0.5 |
| Hex | D7 | 27 | 7A | 0 | 52 | 2B | 10 | 14C | 45 | 32 |
| Octal | 327 | 47 | 172 | 0 | 122 | 53 | 20 | 514 | 105 | 62 |
| Binary | 11010111 | 100111 | 1111010 | 0 | 1010010 | 101011 | 10000 | 101001100 | 1000101 | 110010 |
Color Harmonies of #D7277A
Complementary color
Monochromatic Colors of #D7277A
Black with #D7277A
Text Example
Text Example
White with #D7277A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7277A; }
p { color: rgb(215,39,122); }
H1.HeaderClassName
{
color: #D7277A;
}
.AnyTagClassName
{
color: #D7277A;
}
</style>
background-color css
<style>
a { background-color: #D7277A; }
a { background-color: rgb(215,39,122); }
div.DivClassName
{
background-color: #D7277A;
}
.BgClassName
{
background-color: #D7277A;
}
</style>
border-color css
<style>
span { border-color: #D7277A; }
span { border-color: rgb(215,39,122); }
td.TdClassName
{
border-color: #D7277A;
}
.TagClassName
{
border-color: #D7277A;
}
</style>