Shades of Deep Cerise #D5317B
Tints of Deep Cerise #D5317B
RGB
CMYK
RGB Variations
Color information
#D5317B (or 0xD5317B) is known color: Deep Cerise. HEX triplet: D5, 31 and 7B. RGB value is (213,49,123). Sum of RGB (Red+Green+Blue) = 213+49+123=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 49 (19.53% from 255 or 12.73% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D5317B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5317B is #2ACE84. Grayscale: #6A6A6A. Windows color (decimal): -2805381 or 8073685. OLE color: 8073685.
HSL color Cylindrical-coordinate representation of color #D5317B: hue angle of 332.93º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D5317B is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 49 | 123 | - |
| CMYK | 0 | 0.77 | 0.42 | 0.16 |
| HSL | 332.93º | 0.66% | 0.51% | - |
| HSV(B) | 332.93º | 0.77% | 0.84% | - |
| XYZ | 32.11 | 17.77 | 20.48 | - |
| YUV | 106.47 | 137.33 | 203.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 49 | 123 | 0 | 0.77 | 0.42 | 0.16 | 332.93 | 0.66 | 0.51 |
| Hex | D5 | 31 | 7B | 0 | 4D | 2A | 10 | 14D | 42 | 33 |
| Octal | 325 | 61 | 173 | 0 | 115 | 52 | 20 | 515 | 102 | 63 |
| Binary | 11010101 | 110001 | 1111011 | 0 | 1001101 | 101010 | 10000 | 101001101 | 1000010 | 110011 |
Color Harmonies of #D5317B
Complementary color
Monochromatic Colors of #D5317B
Black with #D5317B
Text Example
Text Example
White with #D5317B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5317B; }
p { color: rgb(213,49,123); }
H1.HeaderClassName
{
color: #D5317B;
}
.AnyTagClassName
{
color: #D5317B;
}
</style>
background-color css
<style>
a { background-color: #D5317B; }
a { background-color: rgb(213,49,123); }
div.DivClassName
{
background-color: #D5317B;
}
.BgClassName
{
background-color: #D5317B;
}
</style>
border-color css
<style>
span { border-color: #D5317B; }
span { border-color: rgb(213,49,123); }
td.TdClassName
{
border-color: #D5317B;
}
.TagClassName
{
border-color: #D5317B;
}
</style>