Shades of Mandy #D7454A
Tints of Mandy #D7454A
RGB
CMYK
RGB Variations
Color information
#D7454A (or 0xD7454A) is known color: Mandy. HEX triplet: D7, 45 and 4A. RGB value is (215,69,74). Sum of RGB (Red+Green+Blue) = 215+69+74=358 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.06% from 358); Green value is 69 (27.34% from 255 or 19.27% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 215 - color contains mainly: red. Hex color #D7454A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7454A is #28BAB5. Grayscale: #717171. Windows color (decimal): -2669238 or 4867543. OLE color: 4867543.
HSL color Cylindrical-coordinate representation of color #D7454A: hue angle of 357.95º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D7454A is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 69 | 74 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.16 |
| HSL | 357.95º | 0.65% | 0.56% | - |
| HSV(B) | 357.95º | 0.68% | 0.84% | - |
| XYZ | 31.39 | 19.2 | 8.53 | - |
| YUV | 113.22 | 105.87 | 200.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 69 | 74 | 0 | 0.68 | 0.66 | 0.16 | 357.95 | 0.65 | 0.56 |
| Hex | D7 | 45 | 4A | 0 | 44 | 42 | 10 | 166 | 41 | 38 |
| Octal | 327 | 105 | 112 | 0 | 104 | 102 | 20 | 546 | 101 | 70 |
| Binary | 11010111 | 1000101 | 1001010 | 0 | 1000100 | 1000010 | 10000 | 101100110 | 1000001 | 111000 |
Color Harmonies of #D7454A
Complementary color
Monochromatic Colors of #D7454A
Black with #D7454A
Text Example
Text Example
White with #D7454A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7454A; }
p { color: rgb(215,69,74); }
H1.HeaderClassName
{
color: #D7454A;
}
.AnyTagClassName
{
color: #D7454A;
}
</style>
background-color css
<style>
a { background-color: #D7454A; }
a { background-color: rgb(215,69,74); }
div.DivClassName
{
background-color: #D7454A;
}
.BgClassName
{
background-color: #D7454A;
}
</style>
border-color css
<style>
span { border-color: #D7454A; }
span { border-color: rgb(215,69,74); }
td.TdClassName
{
border-color: #D7454A;
}
.TagClassName
{
border-color: #D7454A;
}
</style>