Shades of Deep Cerise #DC4385
Tints of Deep Cerise #DC4385
RGB
CMYK
RGB Variations
Color information
#DC4385 (or 0xDC4385) is known color: Deep Cerise. HEX triplet: DC, 43 and 85. RGB value is (220,67,133). Sum of RGB (Red+Green+Blue) = 220+67+133=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 67 (26.56% from 255 or 15.95% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4385 is #23BC7A. Grayscale: #787878. Windows color (decimal): -2342011 or 8733660. OLE color: 8733660.
HSL color Cylindrical-coordinate representation of color #DC4385: hue angle of 334.12º 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 #DC4385 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 133 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.14 |
| HSL | 334.12º | 0.69% | 0.56% | - |
| HSV(B) | 334.12º | 0.7% | 0.86% | - |
| XYZ | 35.76 | 20.92 | 24.34 | - |
| YUV | 120.27 | 135.19 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 133 | 0 | 0.70 | 0.40 | 0.14 | 334.12 | 0.69 | 0.56 |
| Hex | DC | 43 | 85 | 0 | 46 | 28 | E | 14E | 45 | 38 |
| Octal | 334 | 103 | 205 | 0 | 106 | 50 | 16 | 516 | 105 | 70 |
| Binary | 11011100 | 1000011 | 10000101 | 0 | 1000110 | 101000 | 1110 | 101001110 | 1000101 | 111000 |
Color Harmonies of #DC4385
Complementary color
Monochromatic Colors of #DC4385
Black with #DC4385
Text Example
Text Example
White with #DC4385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4385; }
p { color: rgb(220,67,133); }
H1.HeaderClassName
{
color: #DC4385;
}
.AnyTagClassName
{
color: #DC4385;
}
</style>
background-color css
<style>
a { background-color: #DC4385; }
a { background-color: rgb(220,67,133); }
div.DivClassName
{
background-color: #DC4385;
}
.BgClassName
{
background-color: #DC4385;
}
</style>
border-color css
<style>
span { border-color: #DC4385; }
span { border-color: rgb(220,67,133); }
td.TdClassName
{
border-color: #DC4385;
}
.TagClassName
{
border-color: #DC4385;
}
</style>