Shades of Deep Blush #DD658B
Tints of Deep Blush #DD658B
RGB
CMYK
RGB Variations
Color information
#DD658B (or 0xDD658B) is known color: Deep Blush. HEX triplet: DD, 65 and 8B. RGB value is (221,101,139). Sum of RGB (Red+Green+Blue) = 221+101+139=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 101 (39.84% from 255 or 21.91% from 461); Blue value is 139 (54.69% from 255 or 30.15% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD658B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD658B is #229A74. Grayscale: #8D8D8D. Windows color (decimal): -2267765 or 9135581. OLE color: 9135581.
HSL color Cylindrical-coordinate representation of color #DD658B: hue angle of 341º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD658B is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 101 | 139 | - |
| CMYK | 0 | 0.54 | 0.37 | 0.13 |
| HSL | 341º | 0.64% | 0.63% | - |
| HSV(B) | 341º | 0.54% | 0.87% | - |
| XYZ | 39.13 | 26.54 | 27.49 | - |
| YUV | 141.21 | 126.76 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 139 | 0 | 0.54 | 0.37 | 0.13 | 341 | 0.64 | 0.63 |
| Hex | DD | 65 | 8B | 0 | 36 | 25 | D | 155 | 40 | 3F |
| Octal | 335 | 145 | 213 | 0 | 66 | 45 | 15 | 525 | 100 | 77 |
| Binary | 11011101 | 1100101 | 10001011 | 0 | 110110 | 100101 | 1101 | 101010101 | 1000000 | 111111 |
Color Harmonies of #DD658B
Complementary color
Monochromatic Colors of #DD658B
Black with #DD658B
Text Example
Text Example
White with #DD658B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD658B; }
p { color: rgb(221,101,139); }
H1.HeaderClassName
{
color: #DD658B;
}
.AnyTagClassName
{
color: #DD658B;
}
</style>
background-color css
<style>
a { background-color: #DD658B; }
a { background-color: rgb(221,101,139); }
div.DivClassName
{
background-color: #DD658B;
}
.BgClassName
{
background-color: #DD658B;
}
</style>
border-color css
<style>
span { border-color: #DD658B; }
span { border-color: rgb(221,101,139); }
td.TdClassName
{
border-color: #DD658B;
}
.TagClassName
{
border-color: #DD658B;
}
</style>