Shades of Mandy #D23D54
Tints of Mandy #D23D54
RGB
CMYK
RGB Variations
Color information
#D23D54 (or 0xD23D54) is known color: Mandy. HEX triplet: D2, 3D and 54. RGB value is (210,61,84). Sum of RGB (Red+Green+Blue) = 210+61+84=355 (47% of max value = 765). Red value is 210 (82.42% from 255 or 59.15% from 355); Green value is 61 (24.22% from 255 or 17.18% from 355); Blue value is 84 (33.20% from 255 or 23.66% from 355); Max value from RGB is 210 - color contains mainly: red. Hex color #D23D54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23D54 is #2DC2AB. Grayscale: #6C6C6C. Windows color (decimal): -2998956 or 5520850. OLE color: 5520850.
HSL color Cylindrical-coordinate representation of color #D23D54: hue angle of 350.74º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D23D54 is Cyan = 0, Magento = 0.71, Yellow = 0.6 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 61 | 84 | - |
| CMYK | 0 | 0.71 | 0.6 | 0.18 |
| HSL | 350.74º | 0.62% | 0.53% | - |
| HSV(B) | 350.74º | 0.71% | 0.82% | - |
| XYZ | 29.85 | 17.68 | 10.23 | - |
| YUV | 108.17 | 114.36 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 61 | 84 | 0 | 0.71 | 0.6 | 0.18 | 350.74 | 0.62 | 0.53 |
| Hex | D2 | 3D | 54 | 0 | 47 | 3C | 12 | 15F | 3E | 35 |
| Octal | 322 | 75 | 124 | 0 | 107 | 74 | 22 | 537 | 76 | 65 |
| Binary | 11010010 | 111101 | 1010100 | 0 | 1000111 | 111100 | 10010 | 101011111 | 111110 | 110101 |
Color Harmonies of #D23D54
Complementary color
Monochromatic Colors of #D23D54
Black with #D23D54
Text Example
Text Example
White with #D23D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23D54; }
p { color: rgb(210,61,84); }
H1.HeaderClassName
{
color: #D23D54;
}
.AnyTagClassName
{
color: #D23D54;
}
</style>
background-color css
<style>
a { background-color: #D23D54; }
a { background-color: rgb(210,61,84); }
div.DivClassName
{
background-color: #D23D54;
}
.BgClassName
{
background-color: #D23D54;
}
</style>
border-color css
<style>
span { border-color: #D23D54; }
span { border-color: rgb(210,61,84); }
td.TdClassName
{
border-color: #D23D54;
}
.TagClassName
{
border-color: #D23D54;
}
</style>