Shades of Deep Blush #DD6D8B
Tints of Deep Blush #DD6D8B
RGB
CMYK
RGB Variations
Color information
#DD6D8B (or 0xDD6D8B) is known color: Deep Blush. HEX triplet: DD, 6D and 8B. RGB value is (221,109,139). Sum of RGB (Red+Green+Blue) = 221+109+139=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 109 (42.97% from 255 or 23.24% from 469); Blue value is 139 (54.69% from 255 or 29.64% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6D8B is #229274. Grayscale: #919191. Windows color (decimal): -2265717 or 9137629. OLE color: 9137629.
HSL color Cylindrical-coordinate representation of color #DD6D8B: hue angle of 343.93º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD6D8B is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 109 | 139 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.13 |
| HSL | 343.93º | 0.62% | 0.65% | - |
| HSV(B) | 343.93º | 0.51% | 0.87% | - |
| XYZ | 39.95 | 28.17 | 27.76 | - |
| YUV | 145.91 | 124.11 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 109 | 139 | 0 | 0.51 | 0.37 | 0.13 | 343.93 | 0.62 | 0.65 |
| Hex | DD | 6D | 8B | 0 | 33 | 25 | D | 158 | 3E | 41 |
| Octal | 335 | 155 | 213 | 0 | 63 | 45 | 15 | 530 | 76 | 101 |
| Binary | 11011101 | 1101101 | 10001011 | 0 | 110011 | 100101 | 1101 | 101011000 | 111110 | 1000001 |
Color Harmonies of #DD6D8B
Complementary color
Monochromatic Colors of #DD6D8B
Black with #DD6D8B
Text Example
Text Example
White with #DD6D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6D8B; }
p { color: rgb(221,109,139); }
H1.HeaderClassName
{
color: #DD6D8B;
}
.AnyTagClassName
{
color: #DD6D8B;
}
</style>
background-color css
<style>
a { background-color: #DD6D8B; }
a { background-color: rgb(221,109,139); }
div.DivClassName
{
background-color: #DD6D8B;
}
.BgClassName
{
background-color: #DD6D8B;
}
</style>
border-color css
<style>
span { border-color: #DD6D8B; }
span { border-color: rgb(221,109,139); }
td.TdClassName
{
border-color: #DD6D8B;
}
.TagClassName
{
border-color: #DD6D8B;
}
</style>