Shades of Deep Blush #DD6B85
Tints of Deep Blush #DD6B85
RGB
CMYK
RGB Variations
Color information
#DD6B85 (or 0xDD6B85) is known color: Deep Blush. HEX triplet: DD, 6B and 85. RGB value is (221,107,133). Sum of RGB (Red+Green+Blue) = 221+107+133=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 107 (42.19% from 255 or 23.21% from 461); Blue value is 133 (52.34% from 255 or 28.85% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6B85 is #22947A. Grayscale: #909090. Windows color (decimal): -2266235 or 8743901. OLE color: 8743901.
HSL color Cylindrical-coordinate representation of color #DD6B85: hue angle of 346.32º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD6B85 is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 107 | 133 | - |
| CMYK | 0 | 0.52 | 0.40 | 0.13 |
| HSL | 346.32º | 0.63% | 0.64% | - |
| HSV(B) | 346.32º | 0.52% | 0.87% | - |
| XYZ | 39.31 | 27.58 | 25.44 | - |
| YUV | 144.05 | 121.77 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 133 | 0 | 0.52 | 0.40 | 0.13 | 346.32 | 0.63 | 0.64 |
| Hex | DD | 6B | 85 | 0 | 34 | 28 | D | 15A | 3F | 40 |
| Octal | 335 | 153 | 205 | 0 | 64 | 50 | 15 | 532 | 77 | 100 |
| Binary | 11011101 | 1101011 | 10000101 | 0 | 110100 | 101000 | 1101 | 101011010 | 111111 | 1000000 |
Color Harmonies of #DD6B85
Complementary color
Monochromatic Colors of #DD6B85
Black with #DD6B85
Text Example
Text Example
White with #DD6B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6B85; }
p { color: rgb(221,107,133); }
H1.HeaderClassName
{
color: #DD6B85;
}
.AnyTagClassName
{
color: #DD6B85;
}
</style>
background-color css
<style>
a { background-color: #DD6B85; }
a { background-color: rgb(221,107,133); }
div.DivClassName
{
background-color: #DD6B85;
}
.BgClassName
{
background-color: #DD6B85;
}
</style>
border-color css
<style>
span { border-color: #DD6B85; }
span { border-color: rgb(221,107,133); }
td.TdClassName
{
border-color: #DD6B85;
}
.TagClassName
{
border-color: #DD6B85;
}
</style>