Shades of Deep Cerise #DC3D8A
Tints of Deep Cerise #DC3D8A
RGB
CMYK
RGB Variations
Color information
#DC3D8A (or 0xDC3D8A) is known color: Deep Cerise. HEX triplet: DC, 3D and 8A. RGB value is (220,61,138). Sum of RGB (Red+Green+Blue) = 220+61+138=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 61 (24.22% from 255 or 14.56% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3D8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3D8A is #23C275. Grayscale: #757575. Windows color (decimal): -2343542 or 9059804. OLE color: 9059804.
HSL color Cylindrical-coordinate representation of color #DC3D8A: hue angle of 330.94º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC3D8A is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 61 | 138 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.14 |
| HSL | 330.94º | 0.69% | 0.55% | - |
| HSV(B) | 330.94º | 0.72% | 0.86% | - |
| XYZ | 35.77 | 20.39 | 26.09 | - |
| YUV | 117.32 | 139.68 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 61 | 138 | 0 | 0.72 | 0.37 | 0.14 | 330.94 | 0.69 | 0.55 |
| Hex | DC | 3D | 8A | 0 | 48 | 25 | E | 14B | 45 | 37 |
| Octal | 334 | 75 | 212 | 0 | 110 | 45 | 16 | 513 | 105 | 67 |
| Binary | 11011100 | 111101 | 10001010 | 0 | 1001000 | 100101 | 1110 | 101001011 | 1000101 | 110111 |
Color Harmonies of #DC3D8A
Complementary color
Monochromatic Colors of #DC3D8A
Black with #DC3D8A
Text Example
Text Example
White with #DC3D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3D8A; }
p { color: rgb(220,61,138); }
H1.HeaderClassName
{
color: #DC3D8A;
}
.AnyTagClassName
{
color: #DC3D8A;
}
</style>
background-color css
<style>
a { background-color: #DC3D8A; }
a { background-color: rgb(220,61,138); }
div.DivClassName
{
background-color: #DC3D8A;
}
.BgClassName
{
background-color: #DC3D8A;
}
</style>
border-color css
<style>
span { border-color: #DC3D8A; }
span { border-color: rgb(220,61,138); }
td.TdClassName
{
border-color: #DC3D8A;
}
.TagClassName
{
border-color: #DC3D8A;
}
</style>