Shades of Mandy #DC454C
Tints of Mandy #DC454C
RGB
CMYK
RGB Variations
Color information
#DC454C (or 0xDC454C) is known color: Mandy. HEX triplet: DC, 45 and 4C. RGB value is (220,69,76). Sum of RGB (Red+Green+Blue) = 220+69+76=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 69 (27.34% from 255 or 18.90% from 365); Blue value is 76 (30.08% from 255 or 20.82% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC454C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC454C is #23BAB3. Grayscale: #737373. Windows color (decimal): -2341556 or 4998620. OLE color: 4998620.
HSL color Cylindrical-coordinate representation of color #DC454C: hue angle of 357.22º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC454C is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 69 | 76 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.14 |
| HSL | 357.22º | 0.68% | 0.57% | - |
| HSV(B) | 357.22º | 0.69% | 0.86% | - |
| XYZ | 32.95 | 19.99 | 8.96 | - |
| YUV | 114.95 | 106.03 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 69 | 76 | 0 | 0.69 | 0.65 | 0.14 | 357.22 | 0.68 | 0.57 |
| Hex | DC | 45 | 4C | 0 | 45 | 41 | E | 165 | 44 | 39 |
| Octal | 334 | 105 | 114 | 0 | 105 | 101 | 16 | 545 | 104 | 71 |
| Binary | 11011100 | 1000101 | 1001100 | 0 | 1000101 | 1000001 | 1110 | 101100101 | 1000100 | 111001 |
Color Harmonies of #DC454C
Complementary color
Monochromatic Colors of #DC454C
Black with #DC454C
Text Example
Text Example
White with #DC454C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC454C; }
p { color: rgb(220,69,76); }
H1.HeaderClassName
{
color: #DC454C;
}
.AnyTagClassName
{
color: #DC454C;
}
</style>
background-color css
<style>
a { background-color: #DC454C; }
a { background-color: rgb(220,69,76); }
div.DivClassName
{
background-color: #DC454C;
}
.BgClassName
{
background-color: #DC454C;
}
</style>
border-color css
<style>
span { border-color: #DC454C; }
span { border-color: rgb(220,69,76); }
td.TdClassName
{
border-color: #DC454C;
}
.TagClassName
{
border-color: #DC454C;
}
</style>