Shades of Deep Blush #D66482
Tints of Deep Blush #D66482
RGB
CMYK
RGB Variations
Color information
#D66482 (or 0xD66482) is known color: Deep Blush. HEX triplet: D6, 64 and 82. RGB value is (214,100,130). Sum of RGB (Red+Green+Blue) = 214+100+130=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 100 (39.45% from 255 or 22.52% from 444); Blue value is 130 (51.17% from 255 or 29.28% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D66482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66482 is #299B7D. Grayscale: #898989. Windows color (decimal): -2726782 or 8545494. OLE color: 8545494.
HSL color Cylindrical-coordinate representation of color #D66482: hue angle of 344.21º 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 #D66482 is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 100 | 130 | - |
| CMYK | 0 | 0.53 | 0.39 | 0.16 |
| HSL | 344.21º | 0.58% | 0.62% | - |
| HSV(B) | 344.21º | 0.53% | 0.84% | - |
| XYZ | 36.32 | 25.02 | 24.03 | - |
| YUV | 137.51 | 123.77 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 100 | 130 | 0 | 0.53 | 0.39 | 0.16 | 344.21 | 0.58 | 0.62 |
| Hex | D6 | 64 | 82 | 0 | 35 | 27 | 10 | 158 | 3A | 3E |
| Octal | 326 | 144 | 202 | 0 | 65 | 47 | 20 | 530 | 72 | 76 |
| Binary | 11010110 | 1100100 | 10000010 | 0 | 110101 | 100111 | 10000 | 101011000 | 111010 | 111110 |
Color Harmonies of #D66482
Complementary color
Monochromatic Colors of #D66482
Black with #D66482
Text Example
Text Example
White with #D66482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66482; }
p { color: rgb(214,100,130); }
H1.HeaderClassName
{
color: #D66482;
}
.AnyTagClassName
{
color: #D66482;
}
</style>
background-color css
<style>
a { background-color: #D66482; }
a { background-color: rgb(214,100,130); }
div.DivClassName
{
background-color: #D66482;
}
.BgClassName
{
background-color: #D66482;
}
</style>
border-color css
<style>
span { border-color: #D66482; }
span { border-color: rgb(214,100,130); }
td.TdClassName
{
border-color: #D66482;
}
.TagClassName
{
border-color: #D66482;
}
</style>