Shades of Deep Cerise #D7318B
Tints of Deep Cerise #D7318B
RGB
CMYK
RGB Variations
Color information
#D7318B (or 0xD7318B) is known color: Deep Cerise. HEX triplet: D7, 31 and 8B. RGB value is (215,49,139). Sum of RGB (Red+Green+Blue) = 215+49+139=403 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.35% from 403); Green value is 49 (19.53% from 255 or 12.16% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 215 - color contains mainly: red. Hex color #D7318B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7318B is #28CE74. Grayscale: #6C6C6C. Windows color (decimal): -2674293 or 9122263. OLE color: 9122263.
HSL color Cylindrical-coordinate representation of color #D7318B: hue angle of 327.47º 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 #D7318B is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 49 | 139 | - |
| CMYK | 0 | 0.77 | 0.35 | 0.16 |
| HSL | 327.47º | 0.67% | 0.52% | - |
| HSV(B) | 327.47º | 0.77% | 0.84% | - |
| XYZ | 33.78 | 18.51 | 26.22 | - |
| YUV | 108.89 | 145 | 203.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 49 | 139 | 0 | 0.77 | 0.35 | 0.16 | 327.47 | 0.67 | 0.52 |
| Hex | D7 | 31 | 8B | 0 | 4D | 23 | 10 | 147 | 43 | 34 |
| Octal | 327 | 61 | 213 | 0 | 115 | 43 | 20 | 507 | 103 | 64 |
| Binary | 11010111 | 110001 | 10001011 | 0 | 1001101 | 100011 | 10000 | 101000111 | 1000011 | 110100 |
Color Harmonies of #D7318B
Complementary color
Monochromatic Colors of #D7318B
Black with #D7318B
Text Example
Text Example
White with #D7318B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7318B; }
p { color: rgb(215,49,139); }
H1.HeaderClassName
{
color: #D7318B;
}
.AnyTagClassName
{
color: #D7318B;
}
</style>
background-color css
<style>
a { background-color: #D7318B; }
a { background-color: rgb(215,49,139); }
div.DivClassName
{
background-color: #D7318B;
}
.BgClassName
{
background-color: #D7318B;
}
</style>
border-color css
<style>
span { border-color: #D7318B; }
span { border-color: rgb(215,49,139); }
td.TdClassName
{
border-color: #D7318B;
}
.TagClassName
{
border-color: #D7318B;
}
</style>