Shades of Deep Blush #D66580
Tints of Deep Blush #D66580
RGB
CMYK
RGB Variations
Color information
#D66580 (or 0xD66580) is known color: Deep Blush. HEX triplet: D6, 65 and 80. RGB value is (214,101,128). Sum of RGB (Red+Green+Blue) = 214+101+128=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 101 (39.84% from 255 or 22.80% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D66580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66580 is #299A7F. Grayscale: #898989. Windows color (decimal): -2726528 or 8414678. OLE color: 8414678.
HSL color Cylindrical-coordinate representation of color #D66580: hue angle of 345.66º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D66580 is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 101 | 128 | - |
| CMYK | 0 | 0.53 | 0.40 | 0.16 |
| HSL | 345.66º | 0.58% | 0.62% | - |
| HSV(B) | 345.66º | 0.53% | 0.84% | - |
| XYZ | 36.28 | 25.16 | 23.37 | - |
| YUV | 137.87 | 122.44 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 101 | 128 | 0 | 0.53 | 0.40 | 0.16 | 345.66 | 0.58 | 0.62 |
| Hex | D6 | 65 | 80 | 0 | 35 | 28 | 10 | 15A | 3A | 3E |
| Octal | 326 | 145 | 200 | 0 | 65 | 50 | 20 | 532 | 72 | 76 |
| Binary | 11010110 | 1100101 | 10000000 | 0 | 110101 | 101000 | 10000 | 101011010 | 111010 | 111110 |
Color Harmonies of #D66580
Complementary color
Monochromatic Colors of #D66580
Black with #D66580
Text Example
Text Example
White with #D66580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66580; }
p { color: rgb(214,101,128); }
H1.HeaderClassName
{
color: #D66580;
}
.AnyTagClassName
{
color: #D66580;
}
</style>
background-color css
<style>
a { background-color: #D66580; }
a { background-color: rgb(214,101,128); }
div.DivClassName
{
background-color: #D66580;
}
.BgClassName
{
background-color: #D66580;
}
</style>
border-color css
<style>
span { border-color: #D66580; }
span { border-color: rgb(214,101,128); }
td.TdClassName
{
border-color: #D66580;
}
.TagClassName
{
border-color: #D66580;
}
</style>