Shades of Mandy #D73F4B
Tints of Mandy #D73F4B
RGB
CMYK
RGB Variations
Color information
#D73F4B (or 0xD73F4B) is known color: Mandy. HEX triplet: D7, 3F and 4B. RGB value is (215,63,75). Sum of RGB (Red+Green+Blue) = 215+63+75=353 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.91% from 353); Green value is 63 (25% from 255 or 17.85% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 215 - color contains mainly: red. Hex color #D73F4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73F4B is #28C0B4. Grayscale: #6D6D6D. Windows color (decimal): -2670773 or 4931543. OLE color: 4931543.
HSL color Cylindrical-coordinate representation of color #D73F4B: hue angle of 355.26º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D73F4B is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 63 | 75 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.16 |
| HSL | 355.26º | 0.66% | 0.55% | - |
| HSV(B) | 355.26º | 0.71% | 0.84% | - |
| XYZ | 31.07 | 18.51 | 8.59 | - |
| YUV | 109.82 | 108.36 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 63 | 75 | 0 | 0.71 | 0.65 | 0.16 | 355.26 | 0.66 | 0.55 |
| Hex | D7 | 3F | 4B | 0 | 47 | 41 | 10 | 163 | 42 | 37 |
| Octal | 327 | 77 | 113 | 0 | 107 | 101 | 20 | 543 | 102 | 67 |
| Binary | 11010111 | 111111 | 1001011 | 0 | 1000111 | 1000001 | 10000 | 101100011 | 1000010 | 110111 |
Color Harmonies of #D73F4B
Complementary color
Monochromatic Colors of #D73F4B
Black with #D73F4B
Text Example
Text Example
White with #D73F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73F4B; }
p { color: rgb(215,63,75); }
H1.HeaderClassName
{
color: #D73F4B;
}
.AnyTagClassName
{
color: #D73F4B;
}
</style>
background-color css
<style>
a { background-color: #D73F4B; }
a { background-color: rgb(215,63,75); }
div.DivClassName
{
background-color: #D73F4B;
}
.BgClassName
{
background-color: #D73F4B;
}
</style>
border-color css
<style>
span { border-color: #D73F4B; }
span { border-color: rgb(215,63,75); }
td.TdClassName
{
border-color: #D73F4B;
}
.TagClassName
{
border-color: #D73F4B;
}
</style>