Shades of Deep Blush #D76380
Tints of Deep Blush #D76380
RGB
CMYK
RGB Variations
Color information
#D76380 (or 0xD76380) is known color: Deep Blush. HEX triplet: D7, 63 and 80. RGB value is (215,99,128). Sum of RGB (Red+Green+Blue) = 215+99+128=442 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.64% from 442); Green value is 99 (39.06% from 255 or 22.40% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 215 - color contains mainly: red. Hex color #D76380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76380 is #289C7F. Grayscale: #888888. Windows color (decimal): -2661504 or 8414167. OLE color: 8414167.
HSL color Cylindrical-coordinate representation of color #D76380: hue angle of 345º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D76380 is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 99 | 128 | - |
| CMYK | 0 | 0.54 | 0.40 | 0.16 |
| HSL | 345º | 0.59% | 0.62% | - |
| HSV(B) | 345º | 0.54% | 0.84% | - |
| XYZ | 36.38 | 24.93 | 23.32 | - |
| YUV | 136.99 | 122.93 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 99 | 128 | 0 | 0.54 | 0.40 | 0.16 | 345 | 0.59 | 0.62 |
| Hex | D7 | 63 | 80 | 0 | 36 | 28 | 10 | 159 | 3B | 3E |
| Octal | 327 | 143 | 200 | 0 | 66 | 50 | 20 | 531 | 73 | 76 |
| Binary | 11010111 | 1100011 | 10000000 | 0 | 110110 | 101000 | 10000 | 101011001 | 111011 | 111110 |
Color Harmonies of #D76380
Complementary color
Monochromatic Colors of #D76380
Black with #D76380
Text Example
Text Example
White with #D76380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76380; }
p { color: rgb(215,99,128); }
H1.HeaderClassName
{
color: #D76380;
}
.AnyTagClassName
{
color: #D76380;
}
</style>
background-color css
<style>
a { background-color: #D76380; }
a { background-color: rgb(215,99,128); }
div.DivClassName
{
background-color: #D76380;
}
.BgClassName
{
background-color: #D76380;
}
</style>
border-color css
<style>
span { border-color: #D76380; }
span { border-color: rgb(215,99,128); }
td.TdClassName
{
border-color: #D76380;
}
.TagClassName
{
border-color: #D76380;
}
</style>