Shades of Deep Blush #DD6F8C
Tints of Deep Blush #DD6F8C
RGB
CMYK
RGB Variations
Color information
#DD6F8C (or 0xDD6F8C) is known color: Deep Blush. HEX triplet: DD, 6F and 8C. RGB value is (221,111,140). Sum of RGB (Red+Green+Blue) = 221+111+140=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 111 (43.75% from 255 or 23.52% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6F8C is #229073. Grayscale: #939393. Windows color (decimal): -2265204 or 9203677. OLE color: 9203677.
HSL color Cylindrical-coordinate representation of color #DD6F8C: hue angle of 344.18º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD6F8C is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 111 | 140 | - |
| CMYK | 0 | 0.50 | 0.37 | 0.13 |
| HSL | 344.18º | 0.62% | 0.65% | - |
| HSV(B) | 344.18º | 0.5% | 0.87% | - |
| XYZ | 40.24 | 28.63 | 28.22 | - |
| YUV | 147.2 | 123.94 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 111 | 140 | 0 | 0.50 | 0.37 | 0.13 | 344.18 | 0.62 | 0.65 |
| Hex | DD | 6F | 8C | 0 | 32 | 25 | D | 158 | 3E | 41 |
| Octal | 335 | 157 | 214 | 0 | 62 | 45 | 15 | 530 | 76 | 101 |
| Binary | 11011101 | 1101111 | 10001100 | 0 | 110010 | 100101 | 1101 | 101011000 | 111110 | 1000001 |
Color Harmonies of #DD6F8C
Complementary color
Monochromatic Colors of #DD6F8C
Black with #DD6F8C
Text Example
Text Example
White with #DD6F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6F8C; }
p { color: rgb(221,111,140); }
H1.HeaderClassName
{
color: #DD6F8C;
}
.AnyTagClassName
{
color: #DD6F8C;
}
</style>
background-color css
<style>
a { background-color: #DD6F8C; }
a { background-color: rgb(221,111,140); }
div.DivClassName
{
background-color: #DD6F8C;
}
.BgClassName
{
background-color: #DD6F8C;
}
</style>
border-color css
<style>
span { border-color: #DD6F8C; }
span { border-color: rgb(221,111,140); }
td.TdClassName
{
border-color: #DD6F8C;
}
.TagClassName
{
border-color: #DD6F8C;
}
</style>