Shades of Deep Blush #D8667F
Tints of Deep Blush #D8667F
RGB
CMYK
RGB Variations
Color information
#D8667F (or 0xD8667F) is known color: Deep Blush. HEX triplet: D8, 66 and 7F. RGB value is (216,102,127). Sum of RGB (Red+Green+Blue) = 216+102+127=445 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.54% from 445); Green value is 102 (40.23% from 255 or 22.92% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 216 - color contains mainly: red. Hex color #D8667F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8667F is #279980. Grayscale: #8A8A8A. Windows color (decimal): -2595201 or 8349400. OLE color: 8349400.
HSL color Cylindrical-coordinate representation of color #D8667F: hue angle of 346.84º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D8667F is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 102 | 127 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.15 |
| HSL | 346.84º | 0.59% | 0.62% | - |
| HSV(B) | 346.84º | 0.53% | 0.85% | - |
| XYZ | 36.9 | 25.63 | 23.08 | - |
| YUV | 138.94 | 121.27 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 102 | 127 | 0 | 0.53 | 0.41 | 0.15 | 346.84 | 0.59 | 0.62 |
| Hex | D8 | 66 | 7F | 0 | 35 | 29 | F | 15B | 3B | 3E |
| Octal | 330 | 146 | 177 | 0 | 65 | 51 | 17 | 533 | 73 | 76 |
| Binary | 11011000 | 1100110 | 1111111 | 0 | 110101 | 101001 | 1111 | 101011011 | 111011 | 111110 |
Color Harmonies of #D8667F
Complementary color
Monochromatic Colors of #D8667F
Black with #D8667F
Text Example
Text Example
White with #D8667F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8667F; }
p { color: rgb(216,102,127); }
H1.HeaderClassName
{
color: #D8667F;
}
.AnyTagClassName
{
color: #D8667F;
}
</style>
background-color css
<style>
a { background-color: #D8667F; }
a { background-color: rgb(216,102,127); }
div.DivClassName
{
background-color: #D8667F;
}
.BgClassName
{
background-color: #D8667F;
}
</style>
border-color css
<style>
span { border-color: #D8667F; }
span { border-color: rgb(216,102,127); }
td.TdClassName
{
border-color: #D8667F;
}
.TagClassName
{
border-color: #D8667F;
}
</style>