Shades of Deep Cerise #DC3F8C
Tints of Deep Cerise #DC3F8C
RGB
CMYK
RGB Variations
Color information
#DC3F8C (or 0xDC3F8C) is known color: Deep Cerise. HEX triplet: DC, 3F and 8C. RGB value is (220,63,140). Sum of RGB (Red+Green+Blue) = 220+63+140=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 63 (25% from 255 or 14.89% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3F8C is #23C073. Grayscale: #767676. Windows color (decimal): -2343028 or 9191388. OLE color: 9191388.
HSL color Cylindrical-coordinate representation of color #DC3F8C: hue angle of 330.57º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC3F8C is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 63 | 140 | - |
CMYK | 0 | 0.71 | 0.36 | 0.14 |
HSL | 330.57º | 0.69% | 0.55% | - |
HSV(B) | 330.57º | 0.71% | 0.86% | - |
XYZ | 36.03 | 20.66 | 26.9 | - |
YUV | 118.72 | 140.01 | 200.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 63 | 140 | 0 | 0.71 | 0.36 | 0.14 | 330.57 | 0.69 | 0.55 |
Hex | DC | 3F | 8C | 0 | 47 | 24 | E | 14B | 45 | 37 |
Octal | 334 | 77 | 214 | 0 | 107 | 44 | 16 | 513 | 105 | 67 |
Binary | 11011100 | 111111 | 10001100 | 0 | 1000111 | 100100 | 1110 | 101001011 | 1000101 | 110111 |
Color Harmonies of #DC3F8C
Complementary color
Monochromatic Colors of #DC3F8C
Black with #DC3F8C
Text Example
Text Example
White with #DC3F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3F8C; }
p { color: rgb(220,63,140); }
H1.HeaderClassName
{
color: #DC3F8C;
}
.AnyTagClassName
{
color: #DC3F8C;
}
</style>
background-color css
<style>
a { background-color: #DC3F8C; }
a { background-color: rgb(220,63,140); }
div.DivClassName
{
background-color: #DC3F8C;
}
.BgClassName
{
background-color: #DC3F8C;
}
</style>
border-color css
<style>
span { border-color: #DC3F8C; }
span { border-color: rgb(220,63,140); }
td.TdClassName
{
border-color: #DC3F8C;
}
.TagClassName
{
border-color: #DC3F8C;
}
</style>