Shades of Mandy #D0434C
Tints of Mandy #D0434C
RGB
CMYK
RGB Variations
Color information
#D0434C (or 0xD0434C) is known color: Mandy. HEX triplet: D0, 43 and 4C. RGB value is (208,67,76). Sum of RGB (Red+Green+Blue) = 208+67+76=351 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.26% from 351); Green value is 67 (26.56% from 255 or 19.09% from 351); Blue value is 76 (30.08% from 255 or 21.65% from 351); Max value from RGB is 208 - color contains mainly: red. Hex color #D0434C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0434C is #2FBCB3. Grayscale: #6E6E6E. Windows color (decimal): -3128500 or 4998096. OLE color: 4998096.
HSL color Cylindrical-coordinate representation of color #D0434C: hue angle of 356.17º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D0434C is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 67 | 76 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.18 |
| HSL | 356.17º | 0.6% | 0.54% | - |
| HSV(B) | 356.17º | 0.68% | 0.82% | - |
| XYZ | 29.32 | 17.95 | 8.76 | - |
| YUV | 110.19 | 108.71 | 197.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 67 | 76 | 0 | 0.68 | 0.63 | 0.18 | 356.17 | 0.6 | 0.54 |
| Hex | D0 | 43 | 4C | 0 | 44 | 3F | 12 | 164 | 3C | 36 |
| Octal | 320 | 103 | 114 | 0 | 104 | 77 | 22 | 544 | 74 | 66 |
| Binary | 11010000 | 1000011 | 1001100 | 0 | 1000100 | 111111 | 10010 | 101100100 | 111100 | 110110 |
Color Harmonies of #D0434C
Complementary color
Monochromatic Colors of #D0434C
Black with #D0434C
Text Example
Text Example
White with #D0434C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0434C; }
p { color: rgb(208,67,76); }
H1.HeaderClassName
{
color: #D0434C;
}
.AnyTagClassName
{
color: #D0434C;
}
</style>
background-color css
<style>
a { background-color: #D0434C; }
a { background-color: rgb(208,67,76); }
div.DivClassName
{
background-color: #D0434C;
}
.BgClassName
{
background-color: #D0434C;
}
</style>
border-color css
<style>
span { border-color: #D0434C; }
span { border-color: rgb(208,67,76); }
td.TdClassName
{
border-color: #D0434C;
}
.TagClassName
{
border-color: #D0434C;
}
</style>