Shades of Deep Blush #D76685
Tints of Deep Blush #D76685
RGB
CMYK
RGB Variations
Color information
#D76685 (or 0xD76685) is known color: Deep Blush. HEX triplet: D7, 66 and 85. RGB value is (215,102,133). Sum of RGB (Red+Green+Blue) = 215+102+133=450 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.78% from 450); Green value is 102 (40.23% from 255 or 22.67% from 450); Blue value is 133 (52.34% from 255 or 29.56% from 450); Max value from RGB is 215 - color contains mainly: red. Hex color #D76685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76685 is #28997A. Grayscale: #8B8B8B. Windows color (decimal): -2660731 or 8742615. OLE color: 8742615.
HSL color Cylindrical-coordinate representation of color #D76685: hue angle of 343.54º degrees, saturation: 0.59, 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 #D76685 is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 102 | 133 | - |
| CMYK | 0 | 0.53 | 0.38 | 0.16 |
| HSL | 343.54º | 0.59% | 0.62% | - |
| HSV(B) | 343.54º | 0.53% | 0.84% | - |
| XYZ | 37.01 | 25.64 | 25.19 | - |
| YUV | 139.32 | 124.44 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 102 | 133 | 0 | 0.53 | 0.38 | 0.16 | 343.54 | 0.59 | 0.62 |
| Hex | D7 | 66 | 85 | 0 | 35 | 26 | 10 | 158 | 3B | 3E |
| Octal | 327 | 146 | 205 | 0 | 65 | 46 | 20 | 530 | 73 | 76 |
| Binary | 11010111 | 1100110 | 10000101 | 0 | 110101 | 100110 | 10000 | 101011000 | 111011 | 111110 |
Color Harmonies of #D76685
Complementary color
Monochromatic Colors of #D76685
Black with #D76685
Text Example
Text Example
White with #D76685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76685; }
p { color: rgb(215,102,133); }
H1.HeaderClassName
{
color: #D76685;
}
.AnyTagClassName
{
color: #D76685;
}
</style>
background-color css
<style>
a { background-color: #D76685; }
a { background-color: rgb(215,102,133); }
div.DivClassName
{
background-color: #D76685;
}
.BgClassName
{
background-color: #D76685;
}
</style>
border-color css
<style>
span { border-color: #D76685; }
span { border-color: rgb(215,102,133); }
td.TdClassName
{
border-color: #D76685;
}
.TagClassName
{
border-color: #D76685;
}
</style>