Shades of Mandy #D0445A
Tints of Mandy #D0445A
RGB
CMYK
RGB Variations
Color information
#D0445A (or 0xD0445A) is known color: Mandy. HEX triplet: D0, 44 and 5A. RGB value is (208,68,90). Sum of RGB (Red+Green+Blue) = 208+68+90=366 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.83% from 366); Green value is 68 (26.95% from 255 or 18.58% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 208 - color contains mainly: red. Hex color #D0445A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0445A is #2FBBA5. Grayscale: #707070. Windows color (decimal): -3128230 or 5915856. OLE color: 5915856.
HSL color Cylindrical-coordinate representation of color #D0445A: hue angle of 350.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 #D0445A is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 68 | 90 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.18 |
| HSL | 350.57º | 0.6% | 0.54% | - |
| HSV(B) | 350.57º | 0.67% | 0.82% | - |
| XYZ | 29.93 | 18.28 | 11.62 | - |
| YUV | 112.37 | 115.38 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 68 | 90 | 0 | 0.67 | 0.57 | 0.18 | 350.57 | 0.6 | 0.54 |
| Hex | D0 | 44 | 5A | 0 | 43 | 39 | 12 | 15F | 3C | 36 |
| Octal | 320 | 104 | 132 | 0 | 103 | 71 | 22 | 537 | 74 | 66 |
| Binary | 11010000 | 1000100 | 1011010 | 0 | 1000011 | 111001 | 10010 | 101011111 | 111100 | 110110 |
Color Harmonies of #D0445A
Complementary color
Monochromatic Colors of #D0445A
Black with #D0445A
Text Example
Text Example
White with #D0445A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0445A; }
p { color: rgb(208,68,90); }
H1.HeaderClassName
{
color: #D0445A;
}
.AnyTagClassName
{
color: #D0445A;
}
</style>
background-color css
<style>
a { background-color: #D0445A; }
a { background-color: rgb(208,68,90); }
div.DivClassName
{
background-color: #D0445A;
}
.BgClassName
{
background-color: #D0445A;
}
</style>
border-color css
<style>
span { border-color: #D0445A; }
span { border-color: rgb(208,68,90); }
td.TdClassName
{
border-color: #D0445A;
}
.TagClassName
{
border-color: #D0445A;
}
</style>