Shades of Mandy #D0454D
Tints of Mandy #D0454D
RGB
CMYK
RGB Variations
Color information
#D0454D (or 0xD0454D) is known color: Mandy. HEX triplet: D0, 45 and 4D. RGB value is (208,69,77). Sum of RGB (Red+Green+Blue) = 208+69+77=354 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.76% from 354); Green value is 69 (27.34% from 255 or 19.49% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 208 - color contains mainly: red. Hex color #D0454D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0454D is #2FBAB2. Grayscale: #6F6F6F. Windows color (decimal): -3127987 or 5064144. OLE color: 5064144.
HSL color Cylindrical-coordinate representation of color #D0454D: hue angle of 356.55º 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 #D0454D is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 69 | 77 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.18 |
| HSL | 356.55º | 0.6% | 0.54% | - |
| HSV(B) | 356.55º | 0.67% | 0.82% | - |
| XYZ | 29.48 | 18.2 | 8.98 | - |
| YUV | 111.47 | 108.55 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 77 | 0 | 0.67 | 0.63 | 0.18 | 356.55 | 0.6 | 0.54 |
| Hex | D0 | 45 | 4D | 0 | 43 | 3F | 12 | 165 | 3C | 36 |
| Octal | 320 | 105 | 115 | 0 | 103 | 77 | 22 | 545 | 74 | 66 |
| Binary | 11010000 | 1000101 | 1001101 | 0 | 1000011 | 111111 | 10010 | 101100101 | 111100 | 110110 |
Color Harmonies of #D0454D
Complementary color
Monochromatic Colors of #D0454D
Black with #D0454D
Text Example
Text Example
White with #D0454D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0454D; }
p { color: rgb(208,69,77); }
H1.HeaderClassName
{
color: #D0454D;
}
.AnyTagClassName
{
color: #D0454D;
}
</style>
background-color css
<style>
a { background-color: #D0454D; }
a { background-color: rgb(208,69,77); }
div.DivClassName
{
background-color: #D0454D;
}
.BgClassName
{
background-color: #D0454D;
}
</style>
border-color css
<style>
span { border-color: #D0454D; }
span { border-color: rgb(208,69,77); }
td.TdClassName
{
border-color: #D0454D;
}
.TagClassName
{
border-color: #D0454D;
}
</style>