Shades of Deep Blush #DD6C8B
Tints of Deep Blush #DD6C8B
RGB
CMYK
RGB Variations
Color information
#DD6C8B (or 0xDD6C8B) is known color: Deep Blush. HEX triplet: DD, 6C and 8B. RGB value is (221,108,139). Sum of RGB (Red+Green+Blue) = 221+108+139=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 108 (42.58% from 255 or 23.08% from 468); Blue value is 139 (54.69% from 255 or 29.70% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6C8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6C8B is #229374. Grayscale: #919191. Windows color (decimal): -2265973 or 9137373. OLE color: 9137373.
HSL color Cylindrical-coordinate representation of color #DD6C8B: hue angle of 343.54º 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 #DD6C8B is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 108 | 139 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.13 |
| HSL | 343.54º | 0.62% | 0.65% | - |
| HSV(B) | 343.54º | 0.51% | 0.87% | - |
| XYZ | 39.84 | 27.96 | 27.72 | - |
| YUV | 145.32 | 124.44 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 108 | 139 | 0 | 0.51 | 0.37 | 0.13 | 343.54 | 0.62 | 0.65 |
| Hex | DD | 6C | 8B | 0 | 33 | 25 | D | 158 | 3E | 41 |
| Octal | 335 | 154 | 213 | 0 | 63 | 45 | 15 | 530 | 76 | 101 |
| Binary | 11011101 | 1101100 | 10001011 | 0 | 110011 | 100101 | 1101 | 101011000 | 111110 | 1000001 |
Color Harmonies of #DD6C8B
Complementary color
Monochromatic Colors of #DD6C8B
Black with #DD6C8B
Text Example
Text Example
White with #DD6C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6C8B; }
p { color: rgb(221,108,139); }
H1.HeaderClassName
{
color: #DD6C8B;
}
.AnyTagClassName
{
color: #DD6C8B;
}
</style>
background-color css
<style>
a { background-color: #DD6C8B; }
a { background-color: rgb(221,108,139); }
div.DivClassName
{
background-color: #DD6C8B;
}
.BgClassName
{
background-color: #DD6C8B;
}
</style>
border-color css
<style>
span { border-color: #DD6C8B; }
span { border-color: rgb(221,108,139); }
td.TdClassName
{
border-color: #DD6C8B;
}
.TagClassName
{
border-color: #DD6C8B;
}
</style>