Shades of Deep Cerise #DC3A8C
Tints of Deep Cerise #DC3A8C
RGB
CMYK
RGB Variations
Color information
#DC3A8C (or 0xDC3A8C) is known color: Deep Cerise. HEX triplet: DC, 3A and 8C. RGB value is (220,58,140). Sum of RGB (Red+Green+Blue) = 220+58+140=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 58 (23.05% from 255 or 13.88% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3A8C is #23C573. Grayscale: #737373. Windows color (decimal): -2344308 or 9190108. OLE color: 9190108.
HSL color Cylindrical-coordinate representation of color #DC3A8C: hue angle of 329.63º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC3A8C is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 58 | 140 | - |
CMYK | 0 | 0.74 | 0.36 | 0.14 |
HSL | 329.63º | 0.7% | 0.55% | - |
HSV(B) | 329.63º | 0.74% | 0.86% | - |
XYZ | 35.76 | 20.14 | 26.81 | - |
YUV | 115.79 | 141.67 | 202.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 58 | 140 | 0 | 0.74 | 0.36 | 0.14 | 329.63 | 0.7 | 0.55 |
Hex | DC | 3A | 8C | 0 | 4A | 24 | E | 14A | 46 | 37 |
Octal | 334 | 72 | 214 | 0 | 112 | 44 | 16 | 512 | 106 | 67 |
Binary | 11011100 | 111010 | 10001100 | 0 | 1001010 | 100100 | 1110 | 101001010 | 1000110 | 110111 |
Color Harmonies of #DC3A8C
Complementary color
Monochromatic Colors of #DC3A8C
Black with #DC3A8C
Text Example
Text Example
White with #DC3A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3A8C; }
p { color: rgb(220,58,140); }
H1.HeaderClassName
{
color: #DC3A8C;
}
.AnyTagClassName
{
color: #DC3A8C;
}
</style>
background-color css
<style>
a { background-color: #DC3A8C; }
a { background-color: rgb(220,58,140); }
div.DivClassName
{
background-color: #DC3A8C;
}
.BgClassName
{
background-color: #DC3A8C;
}
</style>
border-color css
<style>
span { border-color: #DC3A8C; }
span { border-color: rgb(220,58,140); }
td.TdClassName
{
border-color: #DC3A8C;
}
.TagClassName
{
border-color: #DC3A8C;
}
</style>