Shades of Deep Blush #DD6C82
Tints of Deep Blush #DD6C82
RGB
CMYK
RGB Variations
Color information
#DD6C82 (or 0xDD6C82) is known color: Deep Blush. HEX triplet: DD, 6C and 82. RGB value is (221,108,130). Sum of RGB (Red+Green+Blue) = 221+108+130=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 108 (42.58% from 255 or 23.53% from 459); Blue value is 130 (51.17% from 255 or 28.32% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6C82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6C82 is #22937D. Grayscale: #909090. Windows color (decimal): -2265982 or 8547549. OLE color: 8547549.
HSL color Cylindrical-coordinate representation of color #DD6C82: hue angle of 348.32º 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 #DD6C82 is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 108 | 130 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.13 |
| HSL | 348.32º | 0.62% | 0.65% | - |
| HSV(B) | 348.32º | 0.51% | 0.87% | - |
| XYZ | 39.21 | 27.71 | 24.4 | - |
| YUV | 144.3 | 119.94 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 108 | 130 | 0 | 0.51 | 0.41 | 0.13 | 348.32 | 0.62 | 0.65 |
| Hex | DD | 6C | 82 | 0 | 33 | 29 | D | 15C | 3E | 41 |
| Octal | 335 | 154 | 202 | 0 | 63 | 51 | 15 | 534 | 76 | 101 |
| Binary | 11011101 | 1101100 | 10000010 | 0 | 110011 | 101001 | 1101 | 101011100 | 111110 | 1000001 |
Color Harmonies of #DD6C82
Complementary color
Monochromatic Colors of #DD6C82
Black with #DD6C82
Text Example
Text Example
White with #DD6C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6C82; }
p { color: rgb(221,108,130); }
H1.HeaderClassName
{
color: #DD6C82;
}
.AnyTagClassName
{
color: #DD6C82;
}
</style>
background-color css
<style>
a { background-color: #DD6C82; }
a { background-color: rgb(221,108,130); }
div.DivClassName
{
background-color: #DD6C82;
}
.BgClassName
{
background-color: #DD6C82;
}
</style>
border-color css
<style>
span { border-color: #DD6C82; }
span { border-color: rgb(221,108,130); }
td.TdClassName
{
border-color: #DD6C82;
}
.TagClassName
{
border-color: #DD6C82;
}
</style>