Shades of Deep Cerise #DC38A7
Tints of Deep Cerise #DC38A7
RGB
CMYK
RGB Variations
Color information
#DC38A7 (or 0xDC38A7) is known color: Deep Cerise. HEX triplet: DC, 38 and A7. RGB value is (220,56,167). Sum of RGB (Red+Green+Blue) = 220+56+167=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 56 (22.27% from 255 or 12.64% from 443); Blue value is 167 (65.62% from 255 or 37.70% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC38A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC38A7 is #23C758. Grayscale: #757575. Windows color (decimal): -2344793 or 10959068. OLE color: 10959068.
HSL color Cylindrical-coordinate representation of color #DC38A7: hue angle of 319.39º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC38A7 is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 56 | 167 | - |
| CMYK | 0 | 0.75 | 0.24 | 0.14 |
| HSL | 319.39º | 0.7% | 0.54% | - |
| HSV(B) | 319.39º | 0.75% | 0.86% | - |
| XYZ | 37.9 | 20.83 | 38.58 | - |
| YUV | 117.69 | 155.83 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 56 | 167 | 0 | 0.75 | 0.24 | 0.14 | 319.39 | 0.7 | 0.54 |
| Hex | DC | 38 | A7 | 0 | 4B | 18 | E | 13F | 46 | 36 |
| Octal | 334 | 70 | 247 | 0 | 113 | 30 | 16 | 477 | 106 | 66 |
| Binary | 11011100 | 111000 | 10100111 | 0 | 1001011 | 11000 | 1110 | 100111111 | 1000110 | 110110 |
Color Harmonies of #DC38A7
Complementary color
Monochromatic Colors of #DC38A7
Black with #DC38A7
Text Example
Text Example
White with #DC38A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC38A7; }
p { color: rgb(220,56,167); }
H1.HeaderClassName
{
color: #DC38A7;
}
.AnyTagClassName
{
color: #DC38A7;
}
</style>
background-color css
<style>
a { background-color: #DC38A7; }
a { background-color: rgb(220,56,167); }
div.DivClassName
{
background-color: #DC38A7;
}
.BgClassName
{
background-color: #DC38A7;
}
</style>
border-color css
<style>
span { border-color: #DC38A7; }
span { border-color: rgb(220,56,167); }
td.TdClassName
{
border-color: #DC38A7;
}
.TagClassName
{
border-color: #DC38A7;
}
</style>