Shades of Deep Blush #D66484
Tints of Deep Blush #D66484
RGB
CMYK
RGB Variations
Color information
#D66484 (or 0xD66484) is known color: Deep Blush. HEX triplet: D6, 64 and 84. RGB value is (214,100,132). Sum of RGB (Red+Green+Blue) = 214+100+132=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 100 (39.45% from 255 or 22.42% from 446); Blue value is 132 (51.95% from 255 or 29.60% from 446); Max value from RGB is 214 - color contains mainly: red. Hex color #D66484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66484 is #299B7B. Grayscale: #898989. Windows color (decimal): -2726780 or 8676566. OLE color: 8676566.
HSL color Cylindrical-coordinate representation of color #D66484: hue angle of 343.16º 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 #D66484 is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 100 | 132 | - |
| CMYK | 0 | 0.53 | 0.38 | 0.16 |
| HSL | 343.16º | 0.58% | 0.62% | - |
| HSV(B) | 343.16º | 0.53% | 0.84% | - |
| XYZ | 36.45 | 25.08 | 24.75 | - |
| YUV | 137.73 | 124.77 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 100 | 132 | 0 | 0.53 | 0.38 | 0.16 | 343.16 | 0.58 | 0.62 |
| Hex | D6 | 64 | 84 | 0 | 35 | 26 | 10 | 157 | 3A | 3E |
| Octal | 326 | 144 | 204 | 0 | 65 | 46 | 20 | 527 | 72 | 76 |
| Binary | 11010110 | 1100100 | 10000100 | 0 | 110101 | 100110 | 10000 | 101010111 | 111010 | 111110 |
Color Harmonies of #D66484
Complementary color
Monochromatic Colors of #D66484
Black with #D66484
Text Example
Text Example
White with #D66484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66484; }
p { color: rgb(214,100,132); }
H1.HeaderClassName
{
color: #D66484;
}
.AnyTagClassName
{
color: #D66484;
}
</style>
background-color css
<style>
a { background-color: #D66484; }
a { background-color: rgb(214,100,132); }
div.DivClassName
{
background-color: #D66484;
}
.BgClassName
{
background-color: #D66484;
}
</style>
border-color css
<style>
span { border-color: #D66484; }
span { border-color: rgb(214,100,132); }
td.TdClassName
{
border-color: #D66484;
}
.TagClassName
{
border-color: #D66484;
}
</style>