Shades of Mandy #D6434B
Tints of Mandy #D6434B
RGB
CMYK
RGB Variations
Color information
#D6434B (or 0xD6434B) is known color: Mandy. HEX triplet: D6, 43 and 4B. RGB value is (214,67,75). Sum of RGB (Red+Green+Blue) = 214+67+75=356 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.11% from 356); Green value is 67 (26.56% from 255 or 18.82% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 214 - color contains mainly: red. Hex color #D6434B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6434B is #29BCB4. Grayscale: #6F6F6F. Windows color (decimal): -2735285 or 4932566. OLE color: 4932566.
HSL color Cylindrical-coordinate representation of color #D6434B: hue angle of 356.73º degrees, saturation: 0.64, 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 #D6434B is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 67 | 75 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.16 |
| HSL | 356.73º | 0.64% | 0.55% | - |
| HSV(B) | 356.73º | 0.69% | 0.84% | - |
| XYZ | 31.01 | 18.82 | 8.65 | - |
| YUV | 111.87 | 107.2 | 200.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 67 | 75 | 0 | 0.69 | 0.65 | 0.16 | 356.73 | 0.64 | 0.55 |
| Hex | D6 | 43 | 4B | 0 | 45 | 41 | 10 | 165 | 40 | 37 |
| Octal | 326 | 103 | 113 | 0 | 105 | 101 | 20 | 545 | 100 | 67 |
| Binary | 11010110 | 1000011 | 1001011 | 0 | 1000101 | 1000001 | 10000 | 101100101 | 1000000 | 110111 |
Color Harmonies of #D6434B
Complementary color
Monochromatic Colors of #D6434B
Black with #D6434B
Text Example
Text Example
White with #D6434B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6434B; }
p { color: rgb(214,67,75); }
H1.HeaderClassName
{
color: #D6434B;
}
.AnyTagClassName
{
color: #D6434B;
}
</style>
background-color css
<style>
a { background-color: #D6434B; }
a { background-color: rgb(214,67,75); }
div.DivClassName
{
background-color: #D6434B;
}
.BgClassName
{
background-color: #D6434B;
}
</style>
border-color css
<style>
span { border-color: #D6434B; }
span { border-color: rgb(214,67,75); }
td.TdClassName
{
border-color: #D6434B;
}
.TagClassName
{
border-color: #D6434B;
}
</style>