Shades of Deep Cerise #DC3194
Tints of Deep Cerise #DC3194
RGB
CMYK
RGB Variations
Color information
#DC3194 (or 0xDC3194) is known color: Deep Cerise. HEX triplet: DC, 31 and 94. RGB value is (220,49,148). Sum of RGB (Red+Green+Blue) = 220+49+148=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 49 (19.53% from 255 or 11.75% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3194 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3194 is #23CE6B. Grayscale: #6F6F6F. Windows color (decimal): -2346604 or 9712092. OLE color: 9712092.
HSL color Cylindrical-coordinate representation of color #DC3194: hue angle of 325.26º 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 #DC3194 is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 148 | - |
| CMYK | 0 | 0.78 | 0.33 | 0.14 |
| HSL | 325.26º | 0.71% | 0.53% | - |
| HSV(B) | 325.26º | 0.78% | 0.86% | - |
| XYZ | 35.96 | 19.55 | 29.9 | - |
| YUV | 111.42 | 148.65 | 205.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 148 | 0 | 0.78 | 0.33 | 0.14 | 325.26 | 0.71 | 0.53 |
| Hex | DC | 31 | 94 | 0 | 4E | 21 | E | 145 | 47 | 35 |
| Octal | 334 | 61 | 224 | 0 | 116 | 41 | 16 | 505 | 107 | 65 |
| Binary | 11011100 | 110001 | 10010100 | 0 | 1001110 | 100001 | 1110 | 101000101 | 1000111 | 110101 |
Color Harmonies of #DC3194
Complementary color
Monochromatic Colors of #DC3194
Black with #DC3194
Text Example
Text Example
White with #DC3194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3194; }
p { color: rgb(220,49,148); }
H1.HeaderClassName
{
color: #DC3194;
}
.AnyTagClassName
{
color: #DC3194;
}
</style>
background-color css
<style>
a { background-color: #DC3194; }
a { background-color: rgb(220,49,148); }
div.DivClassName
{
background-color: #DC3194;
}
.BgClassName
{
background-color: #DC3194;
}
</style>
border-color css
<style>
span { border-color: #DC3194; }
span { border-color: rgb(220,49,148); }
td.TdClassName
{
border-color: #DC3194;
}
.TagClassName
{
border-color: #DC3194;
}
</style>