Shades of Deep Cerise #DC3C8D
Tints of Deep Cerise #DC3C8D
RGB
CMYK
RGB Variations
Color information
#DC3C8D (or 0xDC3C8D) is known color: Deep Cerise. HEX triplet: DC, 3C and 8D. RGB value is (220,60,141). Sum of RGB (Red+Green+Blue) = 220+60+141=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 60 (23.83% from 255 or 14.25% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3C8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3C8D is #23C372. Grayscale: #747474. Windows color (decimal): -2343795 or 9256156. OLE color: 9256156.
HSL color Cylindrical-coordinate representation of color #DC3C8D: hue angle of 329.62º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC3C8D is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 60 | 141 | - |
| CMYK | 0 | 0.73 | 0.36 | 0.14 |
| HSL | 329.63º | 0.7% | 0.55% | - |
| HSV(B) | 329.63º | 0.73% | 0.86% | - |
| XYZ | 35.94 | 20.37 | 27.24 | - |
| YUV | 117.07 | 141.51 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 60 | 141 | 0 | 0.73 | 0.36 | 0.14 | 329.63 | 0.7 | 0.55 |
| Hex | DC | 3C | 8D | 0 | 49 | 24 | E | 14A | 46 | 37 |
| Octal | 334 | 74 | 215 | 0 | 111 | 44 | 16 | 512 | 106 | 67 |
| Binary | 11011100 | 111100 | 10001101 | 0 | 1001001 | 100100 | 1110 | 101001010 | 1000110 | 110111 |
Color Harmonies of #DC3C8D
Complementary color
Monochromatic Colors of #DC3C8D
Black with #DC3C8D
Text Example
Text Example
White with #DC3C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3C8D; }
p { color: rgb(220,60,141); }
H1.HeaderClassName
{
color: #DC3C8D;
}
.AnyTagClassName
{
color: #DC3C8D;
}
</style>
background-color css
<style>
a { background-color: #DC3C8D; }
a { background-color: rgb(220,60,141); }
div.DivClassName
{
background-color: #DC3C8D;
}
.BgClassName
{
background-color: #DC3C8D;
}
</style>
border-color css
<style>
span { border-color: #DC3C8D; }
span { border-color: rgb(220,60,141); }
td.TdClassName
{
border-color: #DC3C8D;
}
.TagClassName
{
border-color: #DC3C8D;
}
</style>