Shades of Deep Cerise #DC478F
Tints of Deep Cerise #DC478F
RGB
CMYK
RGB Variations
Color information
#DC478F (or 0xDC478F) is known color: Deep Cerise. HEX triplet: DC, 47 and 8F. RGB value is (220,71,143). Sum of RGB (Red+Green+Blue) = 220+71+143=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 71 (28.12% from 255 or 16.36% from 434); Blue value is 143 (56.25% from 255 or 32.95% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC478F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC478F is #23B870. Grayscale: #7B7B7B. Windows color (decimal): -2340977 or 9390044. OLE color: 9390044.
HSL color Cylindrical-coordinate representation of color #DC478F: hue angle of 331.01º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC478F is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 71 | 143 | - |
| CMYK | 0 | 0.68 | 0.35 | 0.14 |
| HSL | 331.01º | 0.68% | 0.57% | - |
| HSV(B) | 331.01º | 0.68% | 0.86% | - |
| XYZ | 36.73 | 21.71 | 28.24 | - |
| YUV | 123.76 | 138.86 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 71 | 143 | 0 | 0.68 | 0.35 | 0.14 | 331.01 | 0.68 | 0.57 |
| Hex | DC | 47 | 8F | 0 | 44 | 23 | E | 14B | 44 | 39 |
| Octal | 334 | 107 | 217 | 0 | 104 | 43 | 16 | 513 | 104 | 71 |
| Binary | 11011100 | 1000111 | 10001111 | 0 | 1000100 | 100011 | 1110 | 101001011 | 1000100 | 111001 |
Color Harmonies of #DC478F
Complementary color
Monochromatic Colors of #DC478F
Black with #DC478F
Text Example
Text Example
White with #DC478F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC478F; }
p { color: rgb(220,71,143); }
H1.HeaderClassName
{
color: #DC478F;
}
.AnyTagClassName
{
color: #DC478F;
}
</style>
background-color css
<style>
a { background-color: #DC478F; }
a { background-color: rgb(220,71,143); }
div.DivClassName
{
background-color: #DC478F;
}
.BgClassName
{
background-color: #DC478F;
}
</style>
border-color css
<style>
span { border-color: #DC478F; }
span { border-color: rgb(220,71,143); }
td.TdClassName
{
border-color: #DC478F;
}
.TagClassName
{
border-color: #DC478F;
}
</style>