Shades of Mandy #D74348
Tints of Mandy #D74348
RGB
CMYK
RGB Variations
Color information
#D74348 (or 0xD74348) is known color: Mandy. HEX triplet: D7, 43 and 48. RGB value is (215,67,72). Sum of RGB (Red+Green+Blue) = 215+67+72=354 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.73% from 354); Green value is 67 (26.56% from 255 or 18.93% from 354); Blue value is 72 (28.52% from 255 or 20.34% from 354); Max value from RGB is 215 - color contains mainly: red. Hex color #D74348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74348 is #28BCB7. Grayscale: #6F6F6F. Windows color (decimal): -2669752 or 4735959. OLE color: 4735959.
HSL color Cylindrical-coordinate representation of color #D74348: hue angle of 357.97º 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 #D74348 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 67 | 72 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.16 |
| HSL | 357.97º | 0.65% | 0.55% | - |
| HSV(B) | 357.97º | 0.69% | 0.84% | - |
| XYZ | 31.2 | 18.93 | 8.14 | - |
| YUV | 111.82 | 105.53 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 67 | 72 | 0 | 0.69 | 0.67 | 0.16 | 357.97 | 0.65 | 0.55 |
| Hex | D7 | 43 | 48 | 0 | 45 | 43 | 10 | 166 | 41 | 37 |
| Octal | 327 | 103 | 110 | 0 | 105 | 103 | 20 | 546 | 101 | 67 |
| Binary | 11010111 | 1000011 | 1001000 | 0 | 1000101 | 1000011 | 10000 | 101100110 | 1000001 | 110111 |
Color Harmonies of #D74348
Complementary color
Monochromatic Colors of #D74348
Black with #D74348
Text Example
Text Example
White with #D74348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74348; }
p { color: rgb(215,67,72); }
H1.HeaderClassName
{
color: #D74348;
}
.AnyTagClassName
{
color: #D74348;
}
</style>
background-color css
<style>
a { background-color: #D74348; }
a { background-color: rgb(215,67,72); }
div.DivClassName
{
background-color: #D74348;
}
.BgClassName
{
background-color: #D74348;
}
</style>
border-color css
<style>
span { border-color: #D74348; }
span { border-color: rgb(215,67,72); }
td.TdClassName
{
border-color: #D74348;
}
.TagClassName
{
border-color: #D74348;
}
</style>