Shades of Deep Cerise #DC3F81
Tints of Deep Cerise #DC3F81
RGB
CMYK
RGB Variations
Color information
#DC3F81 (or 0xDC3F81) is known color: Deep Cerise. HEX triplet: DC, 3F and 81. RGB value is (220,63,129). Sum of RGB (Red+Green+Blue) = 220+63+129=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 63 (25% from 255 or 15.29% from 412); Blue value is 129 (50.78% from 255 or 31.31% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3F81 is #23C07E. Grayscale: #757575. Windows color (decimal): -2343039 or 8470492. OLE color: 8470492.
HSL color Cylindrical-coordinate representation of color #DC3F81: hue angle of 334.78º 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 #DC3F81 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 63 | 129 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.14 |
| HSL | 334.78º | 0.69% | 0.55% | - |
| HSV(B) | 334.78º | 0.71% | 0.86% | - |
| XYZ | 35.26 | 20.36 | 22.84 | - |
| YUV | 117.47 | 134.51 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 63 | 129 | 0 | 0.71 | 0.41 | 0.14 | 334.78 | 0.69 | 0.55 |
| Hex | DC | 3F | 81 | 0 | 47 | 29 | E | 14F | 45 | 37 |
| Octal | 334 | 77 | 201 | 0 | 107 | 51 | 16 | 517 | 105 | 67 |
| Binary | 11011100 | 111111 | 10000001 | 0 | 1000111 | 101001 | 1110 | 101001111 | 1000101 | 110111 |
Color Harmonies of #DC3F81
Complementary color
Monochromatic Colors of #DC3F81
Black with #DC3F81
Text Example
Text Example
White with #DC3F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3F81; }
p { color: rgb(220,63,129); }
H1.HeaderClassName
{
color: #DC3F81;
}
.AnyTagClassName
{
color: #DC3F81;
}
</style>
background-color css
<style>
a { background-color: #DC3F81; }
a { background-color: rgb(220,63,129); }
div.DivClassName
{
background-color: #DC3F81;
}
.BgClassName
{
background-color: #DC3F81;
}
</style>
border-color css
<style>
span { border-color: #DC3F81; }
span { border-color: rgb(220,63,129); }
td.TdClassName
{
border-color: #DC3F81;
}
.TagClassName
{
border-color: #DC3F81;
}
</style>