Shades of Mandy #DC435A
Tints of Mandy #DC435A
RGB
CMYK
RGB Variations
Color information
#DC435A (or 0xDC435A) is known color: Mandy. HEX triplet: DC, 43 and 5A. RGB value is (220,67,90). Sum of RGB (Red+Green+Blue) = 220+67+90=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 67 (26.56% from 255 or 17.77% from 377); Blue value is 90 (35.55% from 255 or 23.87% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC435A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC435A is #23BCA5. Grayscale: #737373. Windows color (decimal): -2342054 or 5915612. OLE color: 5915612.
HSL color Cylindrical-coordinate representation of color #DC435A: hue angle of 350.98º 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 #DC435A is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 90 | - |
| CMYK | 0 | 0.70 | 0.59 | 0.14 |
| HSL | 350.98º | 0.69% | 0.56% | - |
| HSV(B) | 350.98º | 0.7% | 0.86% | - |
| XYZ | 33.37 | 19.97 | 11.77 | - |
| YUV | 115.37 | 113.69 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 90 | 0 | 0.70 | 0.59 | 0.14 | 350.98 | 0.69 | 0.56 |
| Hex | DC | 43 | 5A | 0 | 46 | 3B | E | 15F | 45 | 38 |
| Octal | 334 | 103 | 132 | 0 | 106 | 73 | 16 | 537 | 105 | 70 |
| Binary | 11011100 | 1000011 | 1011010 | 0 | 1000110 | 111011 | 1110 | 101011111 | 1000101 | 111000 |
Color Harmonies of #DC435A
Complementary color
Monochromatic Colors of #DC435A
Black with #DC435A
Text Example
Text Example
White with #DC435A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC435A; }
p { color: rgb(220,67,90); }
H1.HeaderClassName
{
color: #DC435A;
}
.AnyTagClassName
{
color: #DC435A;
}
</style>
background-color css
<style>
a { background-color: #DC435A; }
a { background-color: rgb(220,67,90); }
div.DivClassName
{
background-color: #DC435A;
}
.BgClassName
{
background-color: #DC435A;
}
</style>
border-color css
<style>
span { border-color: #DC435A; }
span { border-color: rgb(220,67,90); }
td.TdClassName
{
border-color: #DC435A;
}
.TagClassName
{
border-color: #DC435A;
}
</style>