Shades of Mandy #D5434A
Tints of Mandy #D5434A
RGB
CMYK
RGB Variations
Color information
#D5434A (or 0xD5434A) is known color: Mandy. HEX triplet: D5, 43 and 4A. RGB value is (213,67,74). Sum of RGB (Red+Green+Blue) = 213+67+74=354 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.17% from 354); Green value is 67 (26.56% from 255 or 18.93% from 354); Blue value is 74 (29.30% from 255 or 20.90% from 354); Max value from RGB is 213 - color contains mainly: red. Hex color #D5434A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5434A is #2ABCB5. Grayscale: #6F6F6F. Windows color (decimal): -2800822 or 4867029. OLE color: 4867029.
HSL color Cylindrical-coordinate representation of color #D5434A: hue angle of 357.12º 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 #D5434A is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 67 | 74 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.16 |
| HSL | 357.12º | 0.63% | 0.55% | - |
| HSV(B) | 357.12º | 0.69% | 0.84% | - |
| XYZ | 30.68 | 18.65 | 8.46 | - |
| YUV | 111.45 | 106.87 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 67 | 74 | 0 | 0.69 | 0.65 | 0.16 | 357.12 | 0.63 | 0.55 |
| Hex | D5 | 43 | 4A | 0 | 45 | 41 | 10 | 165 | 3F | 37 |
| Octal | 325 | 103 | 112 | 0 | 105 | 101 | 20 | 545 | 77 | 67 |
| Binary | 11010101 | 1000011 | 1001010 | 0 | 1000101 | 1000001 | 10000 | 101100101 | 111111 | 110111 |
Color Harmonies of #D5434A
Complementary color
Monochromatic Colors of #D5434A
Black with #D5434A
Text Example
Text Example
White with #D5434A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5434A; }
p { color: rgb(213,67,74); }
H1.HeaderClassName
{
color: #D5434A;
}
.AnyTagClassName
{
color: #D5434A;
}
</style>
background-color css
<style>
a { background-color: #D5434A; }
a { background-color: rgb(213,67,74); }
div.DivClassName
{
background-color: #D5434A;
}
.BgClassName
{
background-color: #D5434A;
}
</style>
border-color css
<style>
span { border-color: #D5434A; }
span { border-color: rgb(213,67,74); }
td.TdClassName
{
border-color: #D5434A;
}
.TagClassName
{
border-color: #D5434A;
}
</style>