Shades of Mandy #D74254
Tints of Mandy #D74254
RGB
CMYK
RGB Variations
Color information
#D74254 (or 0xD74254) is known color: Mandy. HEX triplet: D7, 42 and 54. RGB value is (215,66,84). Sum of RGB (Red+Green+Blue) = 215+66+84=365 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.90% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 84 (33.20% from 255 or 23.01% from 365); Max value from RGB is 215 - color contains mainly: red. Hex color #D74254 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74254 is #28BDAB. Grayscale: #707070. Windows color (decimal): -2669996 or 5522135. OLE color: 5522135.
HSL color Cylindrical-coordinate representation of color #D74254: hue angle of 352.75º 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 #D74254 is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 66 | 84 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.16 |
| HSL | 352.75º | 0.65% | 0.55% | - |
| HSV(B) | 352.75º | 0.69% | 0.84% | - |
| XYZ | 31.57 | 18.98 | 10.39 | - |
| YUV | 112.6 | 111.86 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 66 | 84 | 0 | 0.69 | 0.61 | 0.16 | 352.75 | 0.65 | 0.55 |
| Hex | D7 | 42 | 54 | 0 | 45 | 3D | 10 | 161 | 41 | 37 |
| Octal | 327 | 102 | 124 | 0 | 105 | 75 | 20 | 541 | 101 | 67 |
| Binary | 11010111 | 1000010 | 1010100 | 0 | 1000101 | 111101 | 10000 | 101100001 | 1000001 | 110111 |
Color Harmonies of #D74254
Complementary color
Monochromatic Colors of #D74254
Black with #D74254
Text Example
Text Example
White with #D74254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74254; }
p { color: rgb(215,66,84); }
H1.HeaderClassName
{
color: #D74254;
}
.AnyTagClassName
{
color: #D74254;
}
</style>
background-color css
<style>
a { background-color: #D74254; }
a { background-color: rgb(215,66,84); }
div.DivClassName
{
background-color: #D74254;
}
.BgClassName
{
background-color: #D74254;
}
</style>
border-color css
<style>
span { border-color: #D74254; }
span { border-color: rgb(215,66,84); }
td.TdClassName
{
border-color: #D74254;
}
.TagClassName
{
border-color: #D74254;
}
</style>