Shades of Deep Cerise #DC418A
Tints of Deep Cerise #DC418A
RGB
CMYK
RGB Variations
Color information
#DC418A (or 0xDC418A) is known color: Deep Cerise. HEX triplet: DC, 41 and 8A. RGB value is (220,65,138). Sum of RGB (Red+Green+Blue) = 220+65+138=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 65 (25.78% from 255 or 15.37% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC418A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC418A is #23BE75. Grayscale: #777777. Windows color (decimal): -2342518 or 9060828. OLE color: 9060828.
HSL color Cylindrical-coordinate representation of color #DC418A: hue angle of 331.74º 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 #DC418A is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 65 | 138 | - |
| CMYK | 0 | 0.70 | 0.37 | 0.14 |
| HSL | 331.74º | 0.69% | 0.56% | - |
| HSV(B) | 331.74º | 0.7% | 0.86% | - |
| XYZ | 35.99 | 20.83 | 26.17 | - |
| YUV | 119.67 | 138.35 | 199.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 65 | 138 | 0 | 0.70 | 0.37 | 0.14 | 331.74 | 0.69 | 0.56 |
| Hex | DC | 41 | 8A | 0 | 46 | 25 | E | 14C | 45 | 38 |
| Octal | 334 | 101 | 212 | 0 | 106 | 45 | 16 | 514 | 105 | 70 |
| Binary | 11011100 | 1000001 | 10001010 | 0 | 1000110 | 100101 | 1110 | 101001100 | 1000101 | 111000 |
Color Harmonies of #DC418A
Complementary color
Monochromatic Colors of #DC418A
Black with #DC418A
Text Example
Text Example
White with #DC418A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC418A; }
p { color: rgb(220,65,138); }
H1.HeaderClassName
{
color: #DC418A;
}
.AnyTagClassName
{
color: #DC418A;
}
</style>
background-color css
<style>
a { background-color: #DC418A; }
a { background-color: rgb(220,65,138); }
div.DivClassName
{
background-color: #DC418A;
}
.BgClassName
{
background-color: #DC418A;
}
</style>
border-color css
<style>
span { border-color: #DC418A; }
span { border-color: rgb(220,65,138); }
td.TdClassName
{
border-color: #DC418A;
}
.TagClassName
{
border-color: #DC418A;
}
</style>