Shades of Deep Cerise #D7317B
Tints of Deep Cerise #D7317B
RGB
CMYK
RGB Variations
Color information
#D7317B (or 0xD7317B) is known color: Deep Cerise. HEX triplet: D7, 31 and 7B. RGB value is (215,49,123). Sum of RGB (Red+Green+Blue) = 215+49+123=387 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.56% from 387); Green value is 49 (19.53% from 255 or 12.66% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 215 - color contains mainly: red. Hex color #D7317B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7317B is #28CE84. Grayscale: #6A6A6A. Windows color (decimal): -2674309 or 8073687. OLE color: 8073687.
HSL color Cylindrical-coordinate representation of color #D7317B: hue angle of 333.25º 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 #D7317B is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 49 | 123 | - |
| CMYK | 0 | 0.77 | 0.43 | 0.16 |
| HSL | 333.25º | 0.67% | 0.52% | - |
| HSV(B) | 333.25º | 0.77% | 0.84% | - |
| XYZ | 32.7 | 18.07 | 20.5 | - |
| YUV | 107.07 | 137 | 204.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 49 | 123 | 0 | 0.77 | 0.43 | 0.16 | 333.25 | 0.67 | 0.52 |
| Hex | D7 | 31 | 7B | 0 | 4D | 2B | 10 | 14D | 43 | 34 |
| Octal | 327 | 61 | 173 | 0 | 115 | 53 | 20 | 515 | 103 | 64 |
| Binary | 11010111 | 110001 | 1111011 | 0 | 1001101 | 101011 | 10000 | 101001101 | 1000011 | 110100 |
Color Harmonies of #D7317B
Complementary color
Monochromatic Colors of #D7317B
Black with #D7317B
Text Example
Text Example
White with #D7317B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7317B; }
p { color: rgb(215,49,123); }
H1.HeaderClassName
{
color: #D7317B;
}
.AnyTagClassName
{
color: #D7317B;
}
</style>
background-color css
<style>
a { background-color: #D7317B; }
a { background-color: rgb(215,49,123); }
div.DivClassName
{
background-color: #D7317B;
}
.BgClassName
{
background-color: #D7317B;
}
</style>
border-color css
<style>
span { border-color: #D7317B; }
span { border-color: rgb(215,49,123); }
td.TdClassName
{
border-color: #D7317B;
}
.TagClassName
{
border-color: #D7317B;
}
</style>