Shades of Mandy #D3465A
Tints of Mandy #D3465A
RGB
CMYK
RGB Variations
Color information
#D3465A (or 0xD3465A) is known color: Mandy. HEX triplet: D3, 46 and 5A. RGB value is (211,70,90). Sum of RGB (Red+Green+Blue) = 211+70+90=371 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.87% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 211 - color contains mainly: red. Hex color #D3465A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3465A is #2CB9A5. Grayscale: #727272. Windows color (decimal): -2931110 or 5916371. OLE color: 5916371.
HSL color Cylindrical-coordinate representation of color #D3465A: hue angle of 351.49º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D3465A is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 70 | 90 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.17 |
| HSL | 351.49º | 0.62% | 0.55% | - |
| HSV(B) | 351.49º | 0.67% | 0.83% | - |
| XYZ | 30.9 | 18.97 | 11.71 | - |
| YUV | 114.44 | 114.21 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 70 | 90 | 0 | 0.67 | 0.57 | 0.17 | 351.49 | 0.62 | 0.55 |
| Hex | D3 | 46 | 5A | 0 | 43 | 39 | 11 | 15F | 3E | 37 |
| Octal | 323 | 106 | 132 | 0 | 103 | 71 | 21 | 537 | 76 | 67 |
| Binary | 11010011 | 1000110 | 1011010 | 0 | 1000011 | 111001 | 10001 | 101011111 | 111110 | 110111 |
Color Harmonies of #D3465A
Complementary color
Monochromatic Colors of #D3465A
Black with #D3465A
Text Example
Text Example
White with #D3465A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3465A; }
p { color: rgb(211,70,90); }
H1.HeaderClassName
{
color: #D3465A;
}
.AnyTagClassName
{
color: #D3465A;
}
</style>
background-color css
<style>
a { background-color: #D3465A; }
a { background-color: rgb(211,70,90); }
div.DivClassName
{
background-color: #D3465A;
}
.BgClassName
{
background-color: #D3465A;
}
</style>
border-color css
<style>
span { border-color: #D3465A; }
span { border-color: rgb(211,70,90); }
td.TdClassName
{
border-color: #D3465A;
}
.TagClassName
{
border-color: #D3465A;
}
</style>