Shades of Deep Cerise #DC438A
Tints of Deep Cerise #DC438A
RGB
CMYK
RGB Variations
Color information
#DC438A (or 0xDC438A) is known color: Deep Cerise. HEX triplet: DC, 43 and 8A. RGB value is (220,67,138). Sum of RGB (Red+Green+Blue) = 220+67+138=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 67 (26.56% from 255 or 15.76% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC438A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC438A is #23BC75. Grayscale: #787878. Windows color (decimal): -2342006 or 9061340. OLE color: 9061340.
HSL color Cylindrical-coordinate representation of color #DC438A: hue angle of 332.16º 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 #DC438A is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 138 | - |
| CMYK | 0 | 0.70 | 0.37 | 0.14 |
| HSL | 332.16º | 0.69% | 0.56% | - |
| HSV(B) | 332.16º | 0.7% | 0.86% | - |
| XYZ | 36.11 | 21.06 | 26.21 | - |
| YUV | 120.84 | 137.69 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 138 | 0 | 0.70 | 0.37 | 0.14 | 332.16 | 0.69 | 0.56 |
| Hex | DC | 43 | 8A | 0 | 46 | 25 | E | 14C | 45 | 38 |
| Octal | 334 | 103 | 212 | 0 | 106 | 45 | 16 | 514 | 105 | 70 |
| Binary | 11011100 | 1000011 | 10001010 | 0 | 1000110 | 100101 | 1110 | 101001100 | 1000101 | 111000 |
Color Harmonies of #DC438A
Complementary color
Monochromatic Colors of #DC438A
Black with #DC438A
Text Example
Text Example
White with #DC438A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC438A; }
p { color: rgb(220,67,138); }
H1.HeaderClassName
{
color: #DC438A;
}
.AnyTagClassName
{
color: #DC438A;
}
</style>
background-color css
<style>
a { background-color: #DC438A; }
a { background-color: rgb(220,67,138); }
div.DivClassName
{
background-color: #DC438A;
}
.BgClassName
{
background-color: #DC438A;
}
</style>
border-color css
<style>
span { border-color: #DC438A; }
span { border-color: rgb(220,67,138); }
td.TdClassName
{
border-color: #DC438A;
}
.TagClassName
{
border-color: #DC438A;
}
</style>