Shades of Deep Cerise #D7317F
Tints of Deep Cerise #D7317F
RGB
CMYK
RGB Variations
Color information
#D7317F (or 0xD7317F) is known color: Deep Cerise. HEX triplet: D7, 31 and 7F. RGB value is (215,49,127). Sum of RGB (Red+Green+Blue) = 215+49+127=391 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.99% from 391); Green value is 49 (19.53% from 255 or 12.53% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 215 - color contains mainly: red. Hex color #D7317F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7317F is #28CE80. Grayscale: #6B6B6B. Windows color (decimal): -2674305 or 8335831. OLE color: 8335831.
HSL color Cylindrical-coordinate representation of color #D7317F: hue angle of 331.81º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D7317F is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 49 | 127 | - |
| CMYK | 0 | 0.77 | 0.41 | 0.16 |
| HSL | 331.81º | 0.67% | 0.52% | - |
| HSV(B) | 331.81º | 0.77% | 0.84% | - |
| XYZ | 32.95 | 18.18 | 21.85 | - |
| YUV | 107.53 | 139 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 49 | 127 | 0 | 0.77 | 0.41 | 0.16 | 331.81 | 0.67 | 0.52 |
| Hex | D7 | 31 | 7F | 0 | 4D | 29 | 10 | 14C | 43 | 34 |
| Octal | 327 | 61 | 177 | 0 | 115 | 51 | 20 | 514 | 103 | 64 |
| Binary | 11010111 | 110001 | 1111111 | 0 | 1001101 | 101001 | 10000 | 101001100 | 1000011 | 110100 |
Color Harmonies of #D7317F
Complementary color
Monochromatic Colors of #D7317F
Black with #D7317F
Text Example
Text Example
White with #D7317F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7317F; }
p { color: rgb(215,49,127); }
H1.HeaderClassName
{
color: #D7317F;
}
.AnyTagClassName
{
color: #D7317F;
}
</style>
background-color css
<style>
a { background-color: #D7317F; }
a { background-color: rgb(215,49,127); }
div.DivClassName
{
background-color: #D7317F;
}
.BgClassName
{
background-color: #D7317F;
}
</style>
border-color css
<style>
span { border-color: #D7317F; }
span { border-color: rgb(215,49,127); }
td.TdClassName
{
border-color: #D7317F;
}
.TagClassName
{
border-color: #D7317F;
}
</style>