Shades of Mandy #D7434A
Tints of Mandy #D7434A
RGB
CMYK
RGB Variations
Color information
#D7434A (or 0xD7434A) is known color: Mandy. HEX triplet: D7, 43 and 4A. RGB value is (215,67,74). Sum of RGB (Red+Green+Blue) = 215+67+74=356 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.39% from 356); Green value is 67 (26.56% from 255 or 18.82% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 215 - color contains mainly: red. Hex color #D7434A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7434A is #28BCB5. Grayscale: #707070. Windows color (decimal): -2669750 or 4867031. OLE color: 4867031.
HSL color Cylindrical-coordinate representation of color #D7434A: hue angle of 357.16º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D7434A is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 67 | 74 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.16 |
| HSL | 357.16º | 0.65% | 0.55% | - |
| HSV(B) | 357.16º | 0.69% | 0.84% | - |
| XYZ | 31.27 | 18.96 | 8.49 | - |
| YUV | 112.05 | 106.53 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 67 | 74 | 0 | 0.69 | 0.66 | 0.16 | 357.16 | 0.65 | 0.55 |
| Hex | D7 | 43 | 4A | 0 | 45 | 42 | 10 | 165 | 41 | 37 |
| Octal | 327 | 103 | 112 | 0 | 105 | 102 | 20 | 545 | 101 | 67 |
| Binary | 11010111 | 1000011 | 1001010 | 0 | 1000101 | 1000010 | 10000 | 101100101 | 1000001 | 110111 |
Color Harmonies of #D7434A
Complementary color
Monochromatic Colors of #D7434A
Black with #D7434A
Text Example
Text Example
White with #D7434A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7434A; }
p { color: rgb(215,67,74); }
H1.HeaderClassName
{
color: #D7434A;
}
.AnyTagClassName
{
color: #D7434A;
}
</style>
background-color css
<style>
a { background-color: #D7434A; }
a { background-color: rgb(215,67,74); }
div.DivClassName
{
background-color: #D7434A;
}
.BgClassName
{
background-color: #D7434A;
}
</style>
border-color css
<style>
span { border-color: #D7434A; }
span { border-color: rgb(215,67,74); }
td.TdClassName
{
border-color: #D7434A;
}
.TagClassName
{
border-color: #D7434A;
}
</style>