Shades of Deep Blush #DD6985
Tints of Deep Blush #DD6985
RGB
CMYK
RGB Variations
Color information
#DD6985 (or 0xDD6985) is known color: Deep Blush. HEX triplet: DD, 69 and 85. RGB value is (221,105,133). Sum of RGB (Red+Green+Blue) = 221+105+133=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 105 (41.41% from 255 or 22.88% from 459); Blue value is 133 (52.34% from 255 or 28.98% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6985 is #22967A. Grayscale: #8E8E8E. Windows color (decimal): -2266747 or 8743389. OLE color: 8743389.
HSL color Cylindrical-coordinate representation of color #DD6985: hue angle of 345.52º 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 #DD6985 is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 133 | - |
| CMYK | 0 | 0.52 | 0.40 | 0.13 |
| HSL | 345.52º | 0.63% | 0.64% | - |
| HSV(B) | 345.52º | 0.52% | 0.87% | - |
| XYZ | 39.1 | 27.17 | 25.37 | - |
| YUV | 142.88 | 122.43 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 133 | 0 | 0.52 | 0.40 | 0.13 | 345.52 | 0.63 | 0.64 |
| Hex | DD | 69 | 85 | 0 | 34 | 28 | D | 15A | 3F | 40 |
| Octal | 335 | 151 | 205 | 0 | 64 | 50 | 15 | 532 | 77 | 100 |
| Binary | 11011101 | 1101001 | 10000101 | 0 | 110100 | 101000 | 1101 | 101011010 | 111111 | 1000000 |
Color Harmonies of #DD6985
Complementary color
Monochromatic Colors of #DD6985
Black with #DD6985
Text Example
Text Example
White with #DD6985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6985; }
p { color: rgb(221,105,133); }
H1.HeaderClassName
{
color: #DD6985;
}
.AnyTagClassName
{
color: #DD6985;
}
</style>
background-color css
<style>
a { background-color: #DD6985; }
a { background-color: rgb(221,105,133); }
div.DivClassName
{
background-color: #DD6985;
}
.BgClassName
{
background-color: #DD6985;
}
</style>
border-color css
<style>
span { border-color: #DD6985; }
span { border-color: rgb(221,105,133); }
td.TdClassName
{
border-color: #DD6985;
}
.TagClassName
{
border-color: #DD6985;
}
</style>