Shades of Mandy #D3455D
Tints of Mandy #D3455D
RGB
CMYK
RGB Variations
Color information
#D3455D (or 0xD3455D) is known color: Mandy. HEX triplet: D3, 45 and 5D. RGB value is (211,69,93). Sum of RGB (Red+Green+Blue) = 211+69+93=373 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.57% from 373); Green value is 69 (27.34% from 255 or 18.50% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 211 - color contains mainly: red. Hex color #D3455D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3455D is #2CBAA2. Grayscale: #727272. Windows color (decimal): -2931363 or 6112723. OLE color: 6112723.
HSL color Cylindrical-coordinate representation of color #D3455D: hue angle of 349.86º 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 #D3455D is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 69 | 93 | - |
| CMYK | 0 | 0.67 | 0.56 | 0.17 |
| HSL | 349.86º | 0.62% | 0.55% | - |
| HSV(B) | 349.86º | 0.67% | 0.83% | - |
| XYZ | 30.97 | 18.9 | 12.37 | - |
| YUV | 114.19 | 116.04 | 197.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 69 | 93 | 0 | 0.67 | 0.56 | 0.17 | 349.86 | 0.62 | 0.55 |
| Hex | D3 | 45 | 5D | 0 | 43 | 38 | 11 | 15E | 3E | 37 |
| Octal | 323 | 105 | 135 | 0 | 103 | 70 | 21 | 536 | 76 | 67 |
| Binary | 11010011 | 1000101 | 1011101 | 0 | 1000011 | 111000 | 10001 | 101011110 | 111110 | 110111 |
Color Harmonies of #D3455D
Complementary color
Monochromatic Colors of #D3455D
Black with #D3455D
Text Example
Text Example
White with #D3455D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3455D; }
p { color: rgb(211,69,93); }
H1.HeaderClassName
{
color: #D3455D;
}
.AnyTagClassName
{
color: #D3455D;
}
</style>
background-color css
<style>
a { background-color: #D3455D; }
a { background-color: rgb(211,69,93); }
div.DivClassName
{
background-color: #D3455D;
}
.BgClassName
{
background-color: #D3455D;
}
</style>
border-color css
<style>
span { border-color: #D3455D; }
span { border-color: rgb(211,69,93); }
td.TdClassName
{
border-color: #D3455D;
}
.TagClassName
{
border-color: #D3455D;
}
</style>