Shades of Deep Cerise #DC4181
Tints of Deep Cerise #DC4181
RGB
CMYK
RGB Variations
Color information
#DC4181 (or 0xDC4181) is known color: Deep Cerise. HEX triplet: DC, 41 and 81. RGB value is (220,65,129). Sum of RGB (Red+Green+Blue) = 220+65+129=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 65 (25.78% from 255 or 15.70% from 414); Blue value is 129 (50.78% from 255 or 31.16% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4181 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4181 is #23BE7E. Grayscale: #767676. Windows color (decimal): -2342527 or 8471004. OLE color: 8471004.
HSL color Cylindrical-coordinate representation of color #DC4181: hue angle of 335.23º 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 #DC4181 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 65 | 129 | - |
| CMYK | 0 | 0.70 | 0.41 | 0.14 |
| HSL | 335.23º | 0.69% | 0.56% | - |
| HSV(B) | 335.23º | 0.7% | 0.86% | - |
| XYZ | 35.37 | 20.58 | 22.88 | - |
| YUV | 118.64 | 133.85 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 65 | 129 | 0 | 0.70 | 0.41 | 0.14 | 335.23 | 0.69 | 0.56 |
| Hex | DC | 41 | 81 | 0 | 46 | 29 | E | 14F | 45 | 38 |
| Octal | 334 | 101 | 201 | 0 | 106 | 51 | 16 | 517 | 105 | 70 |
| Binary | 11011100 | 1000001 | 10000001 | 0 | 1000110 | 101001 | 1110 | 101001111 | 1000101 | 111000 |
Color Harmonies of #DC4181
Complementary color
Monochromatic Colors of #DC4181
Black with #DC4181
Text Example
Text Example
White with #DC4181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4181; }
p { color: rgb(220,65,129); }
H1.HeaderClassName
{
color: #DC4181;
}
.AnyTagClassName
{
color: #DC4181;
}
</style>
background-color css
<style>
a { background-color: #DC4181; }
a { background-color: rgb(220,65,129); }
div.DivClassName
{
background-color: #DC4181;
}
.BgClassName
{
background-color: #DC4181;
}
</style>
border-color css
<style>
span { border-color: #DC4181; }
span { border-color: rgb(220,65,129); }
td.TdClassName
{
border-color: #DC4181;
}
.TagClassName
{
border-color: #DC4181;
}
</style>