Shades of Mandy #D4474B
Tints of Mandy #D4474B
RGB
CMYK
RGB Variations
Color information
#D4474B (or 0xD4474B) is known color: Mandy. HEX triplet: D4, 47 and 4B. RGB value is (212,71,75). Sum of RGB (Red+Green+Blue) = 212+71+75=358 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.22% from 358); Green value is 71 (28.12% from 255 or 19.83% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 212 - color contains mainly: red. Hex color #D4474B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4474B is #2BB8B4. Grayscale: #717171. Windows color (decimal): -2865333 or 4933588. OLE color: 4933588.
HSL color Cylindrical-coordinate representation of color #D4474B: hue angle of 358.3º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D4474B is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 71 | 75 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.17 |
| HSL | 358.3º | 0.62% | 0.55% | - |
| HSV(B) | 358.3º | 0.67% | 0.83% | - |
| XYZ | 30.67 | 19.01 | 8.71 | - |
| YUV | 113.62 | 106.21 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 71 | 75 | 0 | 0.67 | 0.65 | 0.17 | 358.3 | 0.62 | 0.55 |
| Hex | D4 | 47 | 4B | 0 | 43 | 41 | 11 | 166 | 3E | 37 |
| Octal | 324 | 107 | 113 | 0 | 103 | 101 | 21 | 546 | 76 | 67 |
| Binary | 11010100 | 1000111 | 1001011 | 0 | 1000011 | 1000001 | 10001 | 101100110 | 111110 | 110111 |
Color Harmonies of #D4474B
Complementary color
Monochromatic Colors of #D4474B
Black with #D4474B
Text Example
Text Example
White with #D4474B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4474B; }
p { color: rgb(212,71,75); }
H1.HeaderClassName
{
color: #D4474B;
}
.AnyTagClassName
{
color: #D4474B;
}
</style>
background-color css
<style>
a { background-color: #D4474B; }
a { background-color: rgb(212,71,75); }
div.DivClassName
{
background-color: #D4474B;
}
.BgClassName
{
background-color: #D4474B;
}
</style>
border-color css
<style>
span { border-color: #D4474B; }
span { border-color: rgb(212,71,75); }
td.TdClassName
{
border-color: #D4474B;
}
.TagClassName
{
border-color: #D4474B;
}
</style>