Shades of Deep Cerise #DC3193
Tints of Deep Cerise #DC3193
RGB
CMYK
RGB Variations
Color information
#DC3193 (or 0xDC3193) is known color: Deep Cerise. HEX triplet: DC, 31 and 93. RGB value is (220,49,147). Sum of RGB (Red+Green+Blue) = 220+49+147=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 49 (19.53% from 255 or 11.78% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3193 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3193 is #23CE6C. Grayscale: #6F6F6F. Windows color (decimal): -2346605 or 9646556. OLE color: 9646556.
HSL color Cylindrical-coordinate representation of color #DC3193: hue angle of 325.61º 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 #DC3193 is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 147 | - |
| CMYK | 0 | 0.78 | 0.33 | 0.14 |
| HSL | 325.61º | 0.71% | 0.53% | - |
| HSV(B) | 325.61º | 0.78% | 0.86% | - |
| XYZ | 35.88 | 19.52 | 29.48 | - |
| YUV | 111.3 | 148.15 | 205.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 147 | 0 | 0.78 | 0.33 | 0.14 | 325.61 | 0.71 | 0.53 |
| Hex | DC | 31 | 93 | 0 | 4E | 21 | E | 146 | 47 | 35 |
| Octal | 334 | 61 | 223 | 0 | 116 | 41 | 16 | 506 | 107 | 65 |
| Binary | 11011100 | 110001 | 10010011 | 0 | 1001110 | 100001 | 1110 | 101000110 | 1000111 | 110101 |
Color Harmonies of #DC3193
Complementary color
Monochromatic Colors of #DC3193
Black with #DC3193
Text Example
Text Example
White with #DC3193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3193; }
p { color: rgb(220,49,147); }
H1.HeaderClassName
{
color: #DC3193;
}
.AnyTagClassName
{
color: #DC3193;
}
</style>
background-color css
<style>
a { background-color: #DC3193; }
a { background-color: rgb(220,49,147); }
div.DivClassName
{
background-color: #DC3193;
}
.BgClassName
{
background-color: #DC3193;
}
</style>
border-color css
<style>
span { border-color: #DC3193; }
span { border-color: rgb(220,49,147); }
td.TdClassName
{
border-color: #DC3193;
}
.TagClassName
{
border-color: #DC3193;
}
</style>