Shades of Mandy #DC455B
Tints of Mandy #DC455B
RGB
CMYK
RGB Variations
Color information
#DC455B (or 0xDC455B) is known color: Mandy. HEX triplet: DC, 45 and 5B. RGB value is (220,69,91). Sum of RGB (Red+Green+Blue) = 220+69+91=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 69 (27.34% from 255 or 18.16% from 380); Blue value is 91 (35.94% from 255 or 23.95% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC455B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC455B is #23BAA4. Grayscale: #747474. Windows color (decimal): -2341541 or 5981660. OLE color: 5981660.
HSL color Cylindrical-coordinate representation of color #DC455B: hue angle of 351.26º 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 #DC455B is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 69 | 91 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.14 |
| HSL | 351.26º | 0.68% | 0.57% | - |
| HSV(B) | 351.26º | 0.69% | 0.86% | - |
| XYZ | 33.53 | 20.23 | 12.03 | - |
| YUV | 116.66 | 113.53 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 69 | 91 | 0 | 0.69 | 0.59 | 0.14 | 351.26 | 0.68 | 0.57 |
| Hex | DC | 45 | 5B | 0 | 45 | 3B | E | 15F | 44 | 39 |
| Octal | 334 | 105 | 133 | 0 | 105 | 73 | 16 | 537 | 104 | 71 |
| Binary | 11011100 | 1000101 | 1011011 | 0 | 1000101 | 111011 | 1110 | 101011111 | 1000100 | 111001 |
Color Harmonies of #DC455B
Complementary color
Monochromatic Colors of #DC455B
Black with #DC455B
Text Example
Text Example
White with #DC455B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC455B; }
p { color: rgb(220,69,91); }
H1.HeaderClassName
{
color: #DC455B;
}
.AnyTagClassName
{
color: #DC455B;
}
</style>
background-color css
<style>
a { background-color: #DC455B; }
a { background-color: rgb(220,69,91); }
div.DivClassName
{
background-color: #DC455B;
}
.BgClassName
{
background-color: #DC455B;
}
</style>
border-color css
<style>
span { border-color: #DC455B; }
span { border-color: rgb(220,69,91); }
td.TdClassName
{
border-color: #DC455B;
}
.TagClassName
{
border-color: #DC455B;
}
</style>