Shades of Mandy #D0434F
Tints of Mandy #D0434F
RGB
CMYK
RGB Variations
Color information
#D0434F (or 0xD0434F) is known color: Mandy. HEX triplet: D0, 43 and 4F. RGB value is (208,67,79). Sum of RGB (Red+Green+Blue) = 208+67+79=354 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.76% from 354); Green value is 67 (26.56% from 255 or 18.93% from 354); Blue value is 79 (31.25% from 255 or 22.32% from 354); Max value from RGB is 208 - color contains mainly: red. Hex color #D0434F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0434F is #2FBCB0. Grayscale: #6E6E6E. Windows color (decimal): -3128497 or 5194704. OLE color: 5194704.
HSL color Cylindrical-coordinate representation of color #D0434F: hue angle of 354.89º 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 #D0434F is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 67 | 79 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.18 |
| HSL | 354.89º | 0.6% | 0.54% | - |
| HSV(B) | 354.89º | 0.68% | 0.82% | - |
| XYZ | 29.43 | 17.99 | 9.32 | - |
| YUV | 110.53 | 110.21 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 67 | 79 | 0 | 0.68 | 0.62 | 0.18 | 354.89 | 0.6 | 0.54 |
| Hex | D0 | 43 | 4F | 0 | 44 | 3E | 12 | 163 | 3C | 36 |
| Octal | 320 | 103 | 117 | 0 | 104 | 76 | 22 | 543 | 74 | 66 |
| Binary | 11010000 | 1000011 | 1001111 | 0 | 1000100 | 111110 | 10010 | 101100011 | 111100 | 110110 |
Color Harmonies of #D0434F
Complementary color
Monochromatic Colors of #D0434F
Black with #D0434F
Text Example
Text Example
White with #D0434F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0434F; }
p { color: rgb(208,67,79); }
H1.HeaderClassName
{
color: #D0434F;
}
.AnyTagClassName
{
color: #D0434F;
}
</style>
background-color css
<style>
a { background-color: #D0434F; }
a { background-color: rgb(208,67,79); }
div.DivClassName
{
background-color: #D0434F;
}
.BgClassName
{
background-color: #D0434F;
}
</style>
border-color css
<style>
span { border-color: #D0434F; }
span { border-color: rgb(208,67,79); }
td.TdClassName
{
border-color: #D0434F;
}
.TagClassName
{
border-color: #D0434F;
}
</style>