Shades of Deep Cerise #DC3F82
Tints of Deep Cerise #DC3F82
RGB
CMYK
RGB Variations
Color information
#DC3F82 (or 0xDC3F82) is known color: Deep Cerise. HEX triplet: DC, 3F and 82. RGB value is (220,63,130). Sum of RGB (Red+Green+Blue) = 220+63+130=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 63 (25% from 255 or 15.25% from 413); Blue value is 130 (51.17% from 255 or 31.48% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3F82 is #23C07D. Grayscale: #757575. Windows color (decimal): -2343038 or 8536028. OLE color: 8536028.
HSL color Cylindrical-coordinate representation of color #DC3F82: hue angle of 334.39º 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 #DC3F82 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 63 | 130 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.14 |
| HSL | 334.39º | 0.69% | 0.55% | - |
| HSV(B) | 334.39º | 0.71% | 0.86% | - |
| XYZ | 35.32 | 20.38 | 23.19 | - |
| YUV | 117.58 | 135.01 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 63 | 130 | 0 | 0.71 | 0.41 | 0.14 | 334.39 | 0.69 | 0.55 |
| Hex | DC | 3F | 82 | 0 | 47 | 29 | E | 14E | 45 | 37 |
| Octal | 334 | 77 | 202 | 0 | 107 | 51 | 16 | 516 | 105 | 67 |
| Binary | 11011100 | 111111 | 10000010 | 0 | 1000111 | 101001 | 1110 | 101001110 | 1000101 | 110111 |
Color Harmonies of #DC3F82
Complementary color
Monochromatic Colors of #DC3F82
Black with #DC3F82
Text Example
Text Example
White with #DC3F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3F82; }
p { color: rgb(220,63,130); }
H1.HeaderClassName
{
color: #DC3F82;
}
.AnyTagClassName
{
color: #DC3F82;
}
</style>
background-color css
<style>
a { background-color: #DC3F82; }
a { background-color: rgb(220,63,130); }
div.DivClassName
{
background-color: #DC3F82;
}
.BgClassName
{
background-color: #DC3F82;
}
</style>
border-color css
<style>
span { border-color: #DC3F82; }
span { border-color: rgb(220,63,130); }
td.TdClassName
{
border-color: #DC3F82;
}
.TagClassName
{
border-color: #DC3F82;
}
</style>