Shades of Mandy #D5434C
Tints of Mandy #D5434C
RGB
CMYK
RGB Variations
Color information
#D5434C (or 0xD5434C) is known color: Mandy. HEX triplet: D5, 43 and 4C. RGB value is (213,67,76). Sum of RGB (Red+Green+Blue) = 213+67+76=356 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.83% from 356); Green value is 67 (26.56% from 255 or 18.82% from 356); Blue value is 76 (30.08% from 255 or 21.35% from 356); Max value from RGB is 213 - color contains mainly: red. Hex color #D5434C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5434C is #2ABCB3. Grayscale: #6F6F6F. Windows color (decimal): -2800820 or 4998101. OLE color: 4998101.
HSL color Cylindrical-coordinate representation of color #D5434C: hue angle of 356.3º degrees, saturation: 0.63, 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 #D5434C is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 67 | 76 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.16 |
| HSL | 356.3º | 0.63% | 0.55% | - |
| HSV(B) | 356.3º | 0.69% | 0.84% | - |
| XYZ | 30.75 | 18.68 | 8.82 | - |
| YUV | 111.68 | 107.87 | 200.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 67 | 76 | 0 | 0.69 | 0.64 | 0.16 | 356.3 | 0.63 | 0.55 |
| Hex | D5 | 43 | 4C | 0 | 45 | 40 | 10 | 164 | 3F | 37 |
| Octal | 325 | 103 | 114 | 0 | 105 | 100 | 20 | 544 | 77 | 67 |
| Binary | 11010101 | 1000011 | 1001100 | 0 | 1000101 | 1000000 | 10000 | 101100100 | 111111 | 110111 |
Color Harmonies of #D5434C
Complementary color
Monochromatic Colors of #D5434C
Black with #D5434C
Text Example
Text Example
White with #D5434C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5434C; }
p { color: rgb(213,67,76); }
H1.HeaderClassName
{
color: #D5434C;
}
.AnyTagClassName
{
color: #D5434C;
}
</style>
background-color css
<style>
a { background-color: #D5434C; }
a { background-color: rgb(213,67,76); }
div.DivClassName
{
background-color: #D5434C;
}
.BgClassName
{
background-color: #D5434C;
}
</style>
border-color css
<style>
span { border-color: #D5434C; }
span { border-color: rgb(213,67,76); }
td.TdClassName
{
border-color: #D5434C;
}
.TagClassName
{
border-color: #D5434C;
}
</style>