Shades of Mandy #D0444C
Tints of Mandy #D0444C
RGB
CMYK
RGB Variations
Color information
#D0444C (or 0xD0444C) is known color: Mandy. HEX triplet: D0, 44 and 4C. RGB value is (208,68,76). Sum of RGB (Red+Green+Blue) = 208+68+76=352 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.09% from 352); Green value is 68 (26.95% from 255 or 19.32% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 208 - color contains mainly: red. Hex color #D0444C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0444C is #2FBBB3. Grayscale: #6E6E6E. Windows color (decimal): -3128244 or 4998352. OLE color: 4998352.
HSL color Cylindrical-coordinate representation of color #D0444C: hue angle of 356.57º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D0444C is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 68 | 76 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.18 |
| HSL | 356.57º | 0.6% | 0.54% | - |
| HSV(B) | 356.57º | 0.67% | 0.82% | - |
| XYZ | 29.38 | 18.07 | 8.78 | - |
| YUV | 110.77 | 108.38 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 68 | 76 | 0 | 0.67 | 0.63 | 0.18 | 356.57 | 0.6 | 0.54 |
| Hex | D0 | 44 | 4C | 0 | 43 | 3F | 12 | 165 | 3C | 36 |
| Octal | 320 | 104 | 114 | 0 | 103 | 77 | 22 | 545 | 74 | 66 |
| Binary | 11010000 | 1000100 | 1001100 | 0 | 1000011 | 111111 | 10010 | 101100101 | 111100 | 110110 |
Color Harmonies of #D0444C
Complementary color
Monochromatic Colors of #D0444C
Black with #D0444C
Text Example
Text Example
White with #D0444C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0444C; }
p { color: rgb(208,68,76); }
H1.HeaderClassName
{
color: #D0444C;
}
.AnyTagClassName
{
color: #D0444C;
}
</style>
background-color css
<style>
a { background-color: #D0444C; }
a { background-color: rgb(208,68,76); }
div.DivClassName
{
background-color: #D0444C;
}
.BgClassName
{
background-color: #D0444C;
}
</style>
border-color css
<style>
span { border-color: #D0444C; }
span { border-color: rgb(208,68,76); }
td.TdClassName
{
border-color: #D0444C;
}
.TagClassName
{
border-color: #D0444C;
}
</style>