Shades of Deep Cerise #DC317B
Tints of Deep Cerise #DC317B
RGB
CMYK
RGB Variations
Color information
#DC317B (or 0xDC317B) is known color: Deep Cerise. HEX triplet: DC, 31 and 7B. RGB value is (220,49,123). Sum of RGB (Red+Green+Blue) = 220+49+123=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 49 (19.53% from 255 or 12.5% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC317B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC317B is #23CE84. Grayscale: #6C6C6C. Windows color (decimal): -2346629 or 8073692. OLE color: 8073692.
HSL color Cylindrical-coordinate representation of color #DC317B: hue angle of 334.04º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC317B is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 123 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.14 |
| HSL | 334.04º | 0.71% | 0.53% | - |
| HSV(B) | 334.04º | 0.78% | 0.86% | - |
| XYZ | 34.19 | 18.84 | 20.57 | - |
| YUV | 108.57 | 136.15 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 123 | 0 | 0.78 | 0.44 | 0.14 | 334.04 | 0.71 | 0.53 |
| Hex | DC | 31 | 7B | 0 | 4E | 2C | E | 14E | 47 | 35 |
| Octal | 334 | 61 | 173 | 0 | 116 | 54 | 16 | 516 | 107 | 65 |
| Binary | 11011100 | 110001 | 1111011 | 0 | 1001110 | 101100 | 1110 | 101001110 | 1000111 | 110101 |
Color Harmonies of #DC317B
Complementary color
Monochromatic Colors of #DC317B
Black with #DC317B
Text Example
Text Example
White with #DC317B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC317B; }
p { color: rgb(220,49,123); }
H1.HeaderClassName
{
color: #DC317B;
}
.AnyTagClassName
{
color: #DC317B;
}
</style>
background-color css
<style>
a { background-color: #DC317B; }
a { background-color: rgb(220,49,123); }
div.DivClassName
{
background-color: #DC317B;
}
.BgClassName
{
background-color: #DC317B;
}
</style>
border-color css
<style>
span { border-color: #DC317B; }
span { border-color: rgb(220,49,123); }
td.TdClassName
{
border-color: #DC317B;
}
.TagClassName
{
border-color: #DC317B;
}
</style>