Shades of Deep Blush #DD6883
Tints of Deep Blush #DD6883
RGB
CMYK
RGB Variations
Color information
#DD6883 (or 0xDD6883) is known color: Deep Blush. HEX triplet: DD, 68 and 83. RGB value is (221,104,131). Sum of RGB (Red+Green+Blue) = 221+104+131=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 104 (41.02% from 255 or 22.81% from 456); Blue value is 131 (51.56% from 255 or 28.73% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6883 is #22977C. Grayscale: #8E8E8E. Windows color (decimal): -2267005 or 8612061. OLE color: 8612061.
HSL color Cylindrical-coordinate representation of color #DD6883: hue angle of 346.15º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD6883 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 131 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.13 |
| HSL | 346.15º | 0.63% | 0.64% | - |
| HSV(B) | 346.15º | 0.53% | 0.87% | - |
| XYZ | 38.87 | 26.91 | 24.62 | - |
| YUV | 142.06 | 121.76 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 131 | 0 | 0.53 | 0.41 | 0.13 | 346.15 | 0.63 | 0.64 |
| Hex | DD | 68 | 83 | 0 | 35 | 29 | D | 15A | 3F | 40 |
| Octal | 335 | 150 | 203 | 0 | 65 | 51 | 15 | 532 | 77 | 100 |
| Binary | 11011101 | 1101000 | 10000011 | 0 | 110101 | 101001 | 1101 | 101011010 | 111111 | 1000000 |
Color Harmonies of #DD6883
Complementary color
Monochromatic Colors of #DD6883
Black with #DD6883
Text Example
Text Example
White with #DD6883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6883; }
p { color: rgb(221,104,131); }
H1.HeaderClassName
{
color: #DD6883;
}
.AnyTagClassName
{
color: #DD6883;
}
</style>
background-color css
<style>
a { background-color: #DD6883; }
a { background-color: rgb(221,104,131); }
div.DivClassName
{
background-color: #DD6883;
}
.BgClassName
{
background-color: #DD6883;
}
</style>
border-color css
<style>
span { border-color: #DD6883; }
span { border-color: rgb(221,104,131); }
td.TdClassName
{
border-color: #DD6883;
}
.TagClassName
{
border-color: #DD6883;
}
</style>