Shades of Deep Cerise #DC38A1
Tints of Deep Cerise #DC38A1
RGB
CMYK
RGB Variations
Color information
#DC38A1 (or 0xDC38A1) is known color: Deep Cerise. HEX triplet: DC, 38 and A1. RGB value is (220,56,161). Sum of RGB (Red+Green+Blue) = 220+56+161=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 56 (22.27% from 255 or 12.81% from 437); Blue value is 161 (63.28% from 255 or 36.84% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC38A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC38A1 is #23C75E. Grayscale: #747474. Windows color (decimal): -2344799 or 10565852. OLE color: 10565852.
HSL color Cylindrical-coordinate representation of color #DC38A1: hue angle of 321.59º 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 #DC38A1 is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 56 | 161 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.14 |
| HSL | 321.59º | 0.7% | 0.54% | - |
| HSV(B) | 321.59º | 0.75% | 0.86% | - |
| XYZ | 37.36 | 20.62 | 35.73 | - |
| YUV | 117.01 | 152.83 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 56 | 161 | 0 | 0.75 | 0.27 | 0.14 | 321.59 | 0.7 | 0.54 |
| Hex | DC | 38 | A1 | 0 | 4B | 1B | E | 142 | 46 | 36 |
| Octal | 334 | 70 | 241 | 0 | 113 | 33 | 16 | 502 | 106 | 66 |
| Binary | 11011100 | 111000 | 10100001 | 0 | 1001011 | 11011 | 1110 | 101000010 | 1000110 | 110110 |
Color Harmonies of #DC38A1
Complementary color
Monochromatic Colors of #DC38A1
Black with #DC38A1
Text Example
Text Example
White with #DC38A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC38A1; }
p { color: rgb(220,56,161); }
H1.HeaderClassName
{
color: #DC38A1;
}
.AnyTagClassName
{
color: #DC38A1;
}
</style>
background-color css
<style>
a { background-color: #DC38A1; }
a { background-color: rgb(220,56,161); }
div.DivClassName
{
background-color: #DC38A1;
}
.BgClassName
{
background-color: #DC38A1;
}
</style>
border-color css
<style>
span { border-color: #DC38A1; }
span { border-color: rgb(220,56,161); }
td.TdClassName
{
border-color: #DC38A1;
}
.TagClassName
{
border-color: #DC38A1;
}
</style>