Shades of Mandy #D74350
Tints of Mandy #D74350
RGB
CMYK
RGB Variations
Color information
#D74350 (or 0xD74350) is known color: Mandy. HEX triplet: D7, 43 and 50. RGB value is (215,67,80). Sum of RGB (Red+Green+Blue) = 215+67+80=362 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.39% from 362); Green value is 67 (26.56% from 255 or 18.51% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 215 - color contains mainly: red. Hex color #D74350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74350 is #28BCAF. Grayscale: #707070. Windows color (decimal): -2669744 or 5260247. OLE color: 5260247.
HSL color Cylindrical-coordinate representation of color #D74350: hue angle of 354.73º 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 #D74350 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 67 | 80 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.16 |
| HSL | 354.73º | 0.65% | 0.55% | - |
| HSV(B) | 354.73º | 0.69% | 0.84% | - |
| XYZ | 31.48 | 19.04 | 9.61 | - |
| YUV | 112.73 | 109.53 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 67 | 80 | 0 | 0.69 | 0.63 | 0.16 | 354.73 | 0.65 | 0.55 |
| Hex | D7 | 43 | 50 | 0 | 45 | 3F | 10 | 163 | 41 | 37 |
| Octal | 327 | 103 | 120 | 0 | 105 | 77 | 20 | 543 | 101 | 67 |
| Binary | 11010111 | 1000011 | 1010000 | 0 | 1000101 | 111111 | 10000 | 101100011 | 1000001 | 110111 |
Color Harmonies of #D74350
Complementary color
Monochromatic Colors of #D74350
Black with #D74350
Text Example
Text Example
White with #D74350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74350; }
p { color: rgb(215,67,80); }
H1.HeaderClassName
{
color: #D74350;
}
.AnyTagClassName
{
color: #D74350;
}
</style>
background-color css
<style>
a { background-color: #D74350; }
a { background-color: rgb(215,67,80); }
div.DivClassName
{
background-color: #D74350;
}
.BgClassName
{
background-color: #D74350;
}
</style>
border-color css
<style>
span { border-color: #D74350; }
span { border-color: rgb(215,67,80); }
td.TdClassName
{
border-color: #D74350;
}
.TagClassName
{
border-color: #D74350;
}
</style>