Shades of Mandy #D65360
Tints of Mandy #D65360
RGB
CMYK
RGB Variations
Color information
#D65360 (or 0xD65360) is known color: Mandy. HEX triplet: D6, 53 and 60. RGB value is (214,83,96). Sum of RGB (Red+Green+Blue) = 214+83+96=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 83 (32.81% from 255 or 21.12% from 393); Blue value is 96 (37.89% from 255 or 24.43% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D65360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65360 is #29AC9F. Grayscale: #7B7B7B. Windows color (decimal): -2731168 or 6312918. OLE color: 6312918.
HSL color Cylindrical-coordinate representation of color #D65360: hue angle of 354.05º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D65360 is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 83 | 96 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.16 |
| HSL | 354.05º | 0.62% | 0.58% | - |
| HSV(B) | 354.05º | 0.61% | 0.84% | - |
| XYZ | 32.94 | 21.33 | 13.45 | - |
| YUV | 123.65 | 112.4 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 83 | 96 | 0 | 0.61 | 0.55 | 0.16 | 354.05 | 0.62 | 0.58 |
| Hex | D6 | 53 | 60 | 0 | 3D | 37 | 10 | 162 | 3E | 3A |
| Octal | 326 | 123 | 140 | 0 | 75 | 67 | 20 | 542 | 76 | 72 |
| Binary | 11010110 | 1010011 | 1100000 | 0 | 111101 | 110111 | 10000 | 101100010 | 111110 | 111010 |
Color Harmonies of #D65360
Complementary color
Monochromatic Colors of #D65360
Black with #D65360
Text Example
Text Example
White with #D65360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65360; }
p { color: rgb(214,83,96); }
H1.HeaderClassName
{
color: #D65360;
}
.AnyTagClassName
{
color: #D65360;
}
</style>
background-color css
<style>
a { background-color: #D65360; }
a { background-color: rgb(214,83,96); }
div.DivClassName
{
background-color: #D65360;
}
.BgClassName
{
background-color: #D65360;
}
</style>
border-color css
<style>
span { border-color: #D65360; }
span { border-color: rgb(214,83,96); }
td.TdClassName
{
border-color: #D65360;
}
.TagClassName
{
border-color: #D65360;
}
</style>