Shades of Mandy #DC434B
Tints of Mandy #DC434B
RGB
CMYK
RGB Variations
Color information
#DC434B (or 0xDC434B) is known color: Mandy. HEX triplet: DC, 43 and 4B. RGB value is (220,67,75). Sum of RGB (Red+Green+Blue) = 220+67+75=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 67 (26.56% from 255 or 18.51% from 362); Blue value is 75 (29.69% from 255 or 20.72% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC434B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC434B is #23BCB4. Grayscale: #717171. Windows color (decimal): -2342069 or 4932572. OLE color: 4932572.
HSL color Cylindrical-coordinate representation of color #DC434B: hue angle of 356.86º 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 #DC434B is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 75 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.14 |
| HSL | 356.86º | 0.69% | 0.56% | - |
| HSV(B) | 356.86º | 0.7% | 0.86% | - |
| XYZ | 32.79 | 19.74 | 8.74 | - |
| YUV | 113.66 | 106.19 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 75 | 0 | 0.70 | 0.66 | 0.14 | 356.86 | 0.69 | 0.56 |
| Hex | DC | 43 | 4B | 0 | 46 | 42 | E | 165 | 45 | 38 |
| Octal | 334 | 103 | 113 | 0 | 106 | 102 | 16 | 545 | 105 | 70 |
| Binary | 11011100 | 1000011 | 1001011 | 0 | 1000110 | 1000010 | 1110 | 101100101 | 1000101 | 111000 |
Color Harmonies of #DC434B
Complementary color
Monochromatic Colors of #DC434B
Black with #DC434B
Text Example
Text Example
White with #DC434B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC434B; }
p { color: rgb(220,67,75); }
H1.HeaderClassName
{
color: #DC434B;
}
.AnyTagClassName
{
color: #DC434B;
}
</style>
background-color css
<style>
a { background-color: #DC434B; }
a { background-color: rgb(220,67,75); }
div.DivClassName
{
background-color: #DC434B;
}
.BgClassName
{
background-color: #DC434B;
}
</style>
border-color css
<style>
span { border-color: #DC434B; }
span { border-color: rgb(220,67,75); }
td.TdClassName
{
border-color: #DC434B;
}
.TagClassName
{
border-color: #DC434B;
}
</style>