Shades of Deep Cerise #DC438E
Tints of Deep Cerise #DC438E
RGB
CMYK
RGB Variations
Color information
#DC438E (or 0xDC438E) is known color: Deep Cerise. HEX triplet: DC, 43 and 8E. RGB value is (220,67,142). Sum of RGB (Red+Green+Blue) = 220+67+142=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 67 (26.56% from 255 or 15.62% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC438E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC438E is #23BC71. Grayscale: #797979. Windows color (decimal): -2342002 or 9323484. OLE color: 9323484.
HSL color Cylindrical-coordinate representation of color #DC438E: hue angle of 330.59º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC438E is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 142 | - |
| CMYK | 0 | 0.70 | 0.35 | 0.14 |
| HSL | 330.59º | 0.69% | 0.56% | - |
| HSV(B) | 330.59º | 0.7% | 0.86% | - |
| XYZ | 36.4 | 21.18 | 27.76 | - |
| YUV | 121.3 | 139.69 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 142 | 0 | 0.70 | 0.35 | 0.14 | 330.59 | 0.69 | 0.56 |
| Hex | DC | 43 | 8E | 0 | 46 | 23 | E | 14B | 45 | 38 |
| Octal | 334 | 103 | 216 | 0 | 106 | 43 | 16 | 513 | 105 | 70 |
| Binary | 11011100 | 1000011 | 10001110 | 0 | 1000110 | 100011 | 1110 | 101001011 | 1000101 | 111000 |
Color Harmonies of #DC438E
Complementary color
Monochromatic Colors of #DC438E
Black with #DC438E
Text Example
Text Example
White with #DC438E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC438E; }
p { color: rgb(220,67,142); }
H1.HeaderClassName
{
color: #DC438E;
}
.AnyTagClassName
{
color: #DC438E;
}
</style>
background-color css
<style>
a { background-color: #DC438E; }
a { background-color: rgb(220,67,142); }
div.DivClassName
{
background-color: #DC438E;
}
.BgClassName
{
background-color: #DC438E;
}
</style>
border-color css
<style>
span { border-color: #DC438E; }
span { border-color: rgb(220,67,142); }
td.TdClassName
{
border-color: #DC438E;
}
.TagClassName
{
border-color: #DC438E;
}
</style>