Shades of Mandy #D65F64
Tints of Mandy #D65F64
RGB
CMYK
RGB Variations
Color information
#D65F64 (or 0xD65F64) is known color: Mandy. HEX triplet: D6, 5F and 64. RGB value is (214,95,100). Sum of RGB (Red+Green+Blue) = 214+95+100=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 95 (37.5% from 255 or 23.23% from 409); Blue value is 100 (39.45% from 255 or 24.45% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65F64 is #29A09B. Grayscale: #838383. Windows color (decimal): -2728092 or 6578134. OLE color: 6578134.
HSL color Cylindrical-coordinate representation of color #D65F64: hue angle of 357.48º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D65F64 is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 95 | 100 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.16 |
| HSL | 357.48º | 0.59% | 0.61% | - |
| HSV(B) | 357.48º | 0.56% | 0.84% | - |
| XYZ | 34.12 | 23.4 | 14.77 | - |
| YUV | 131.15 | 110.42 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 95 | 100 | 0 | 0.56 | 0.53 | 0.16 | 357.48 | 0.59 | 0.61 |
| Hex | D6 | 5F | 64 | 0 | 38 | 35 | 10 | 165 | 3B | 3D |
| Octal | 326 | 137 | 144 | 0 | 70 | 65 | 20 | 545 | 73 | 75 |
| Binary | 11010110 | 1011111 | 1100100 | 0 | 111000 | 110101 | 10000 | 101100101 | 111011 | 111101 |
Color Harmonies of #D65F64
Complementary color
Monochromatic Colors of #D65F64
Black with #D65F64
Text Example
Text Example
White with #D65F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65F64; }
p { color: rgb(214,95,100); }
H1.HeaderClassName
{
color: #D65F64;
}
.AnyTagClassName
{
color: #D65F64;
}
</style>
background-color css
<style>
a { background-color: #D65F64; }
a { background-color: rgb(214,95,100); }
div.DivClassName
{
background-color: #D65F64;
}
.BgClassName
{
background-color: #D65F64;
}
</style>
border-color css
<style>
span { border-color: #D65F64; }
span { border-color: rgb(214,95,100); }
td.TdClassName
{
border-color: #D65F64;
}
.TagClassName
{
border-color: #D65F64;
}
</style>