Shades of Mandy #D0454B
Tints of Mandy #D0454B
RGB
CMYK
RGB Variations
Color information
#D0454B (or 0xD0454B) is known color: Mandy. HEX triplet: D0, 45 and 4B. RGB value is (208,69,75). Sum of RGB (Red+Green+Blue) = 208+69+75=352 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.09% from 352); Green value is 69 (27.34% from 255 or 19.60% from 352); Blue value is 75 (29.69% from 255 or 21.31% from 352); Max value from RGB is 208 - color contains mainly: red. Hex color #D0454B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0454B is #2FBAB4. Grayscale: #6F6F6F. Windows color (decimal): -3127989 or 4933072. OLE color: 4933072.
HSL color Cylindrical-coordinate representation of color #D0454B: hue angle of 357.41º 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 #D0454B is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 69 | 75 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.18 |
| HSL | 357.41º | 0.6% | 0.54% | - |
| HSV(B) | 357.41º | 0.67% | 0.82% | - |
| XYZ | 29.41 | 18.17 | 8.61 | - |
| YUV | 111.25 | 107.55 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 75 | 0 | 0.67 | 0.64 | 0.18 | 357.41 | 0.6 | 0.54 |
| Hex | D0 | 45 | 4B | 0 | 43 | 40 | 12 | 165 | 3C | 36 |
| Octal | 320 | 105 | 113 | 0 | 103 | 100 | 22 | 545 | 74 | 66 |
| Binary | 11010000 | 1000101 | 1001011 | 0 | 1000011 | 1000000 | 10010 | 101100101 | 111100 | 110110 |
Color Harmonies of #D0454B
Complementary color
Monochromatic Colors of #D0454B
Black with #D0454B
Text Example
Text Example
White with #D0454B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0454B; }
p { color: rgb(208,69,75); }
H1.HeaderClassName
{
color: #D0454B;
}
.AnyTagClassName
{
color: #D0454B;
}
</style>
background-color css
<style>
a { background-color: #D0454B; }
a { background-color: rgb(208,69,75); }
div.DivClassName
{
background-color: #D0454B;
}
.BgClassName
{
background-color: #D0454B;
}
</style>
border-color css
<style>
span { border-color: #D0454B; }
span { border-color: rgb(208,69,75); }
td.TdClassName
{
border-color: #D0454B;
}
.TagClassName
{
border-color: #D0454B;
}
</style>