Shades of Deep Cerise #DC4383
Tints of Deep Cerise #DC4383
RGB
CMYK
RGB Variations
Color information
#DC4383 (or 0xDC4383) is known color: Deep Cerise. HEX triplet: DC, 43 and 83. RGB value is (220,67,131). Sum of RGB (Red+Green+Blue) = 220+67+131=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 67 (26.56% from 255 or 16.03% from 418); Blue value is 131 (51.56% from 255 or 31.34% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4383 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4383 is #23BC7C. Grayscale: #777777. Windows color (decimal): -2342013 or 8602588. OLE color: 8602588.
HSL color Cylindrical-coordinate representation of color #DC4383: hue angle of 334.9º 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 #DC4383 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 131 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.14 |
| HSL | 334.9º | 0.69% | 0.56% | - |
| HSV(B) | 334.9º | 0.7% | 0.86% | - |
| XYZ | 35.62 | 20.87 | 23.62 | - |
| YUV | 120.04 | 134.19 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 131 | 0 | 0.70 | 0.40 | 0.14 | 334.9 | 0.69 | 0.56 |
| Hex | DC | 43 | 83 | 0 | 46 | 28 | E | 14F | 45 | 38 |
| Octal | 334 | 103 | 203 | 0 | 106 | 50 | 16 | 517 | 105 | 70 |
| Binary | 11011100 | 1000011 | 10000011 | 0 | 1000110 | 101000 | 1110 | 101001111 | 1000101 | 111000 |
Color Harmonies of #DC4383
Complementary color
Monochromatic Colors of #DC4383
Black with #DC4383
Text Example
Text Example
White with #DC4383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4383; }
p { color: rgb(220,67,131); }
H1.HeaderClassName
{
color: #DC4383;
}
.AnyTagClassName
{
color: #DC4383;
}
</style>
background-color css
<style>
a { background-color: #DC4383; }
a { background-color: rgb(220,67,131); }
div.DivClassName
{
background-color: #DC4383;
}
.BgClassName
{
background-color: #DC4383;
}
</style>
border-color css
<style>
span { border-color: #DC4383; }
span { border-color: rgb(220,67,131); }
td.TdClassName
{
border-color: #DC4383;
}
.TagClassName
{
border-color: #DC4383;
}
</style>