Shades of Deep Blush #DD6B84
Tints of Deep Blush #DD6B84
RGB
CMYK
RGB Variations
Color information
#DD6B84 (or 0xDD6B84) is known color: Deep Blush. HEX triplet: DD, 6B and 84. RGB value is (221,107,132). Sum of RGB (Red+Green+Blue) = 221+107+132=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 107 (42.19% from 255 or 23.26% from 460); Blue value is 132 (51.95% from 255 or 28.70% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6B84 is #22947B. Grayscale: #8F8F8F. Windows color (decimal): -2266236 or 8678365. OLE color: 8678365.
HSL color Cylindrical-coordinate representation of color #DD6B84: hue angle of 346.84º 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 #DD6B84 is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 107 | 132 | - |
| CMYK | 0 | 0.52 | 0.40 | 0.13 |
| HSL | 346.84º | 0.63% | 0.64% | - |
| HSV(B) | 346.84º | 0.52% | 0.87% | - |
| XYZ | 39.24 | 27.55 | 25.08 | - |
| YUV | 143.94 | 121.27 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 132 | 0 | 0.52 | 0.40 | 0.13 | 346.84 | 0.63 | 0.64 |
| Hex | DD | 6B | 84 | 0 | 34 | 28 | D | 15B | 3F | 40 |
| Octal | 335 | 153 | 204 | 0 | 64 | 50 | 15 | 533 | 77 | 100 |
| Binary | 11011101 | 1101011 | 10000100 | 0 | 110100 | 101000 | 1101 | 101011011 | 111111 | 1000000 |
Color Harmonies of #DD6B84
Complementary color
Monochromatic Colors of #DD6B84
Black with #DD6B84
Text Example
Text Example
White with #DD6B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6B84; }
p { color: rgb(221,107,132); }
H1.HeaderClassName
{
color: #DD6B84;
}
.AnyTagClassName
{
color: #DD6B84;
}
</style>
background-color css
<style>
a { background-color: #DD6B84; }
a { background-color: rgb(221,107,132); }
div.DivClassName
{
background-color: #DD6B84;
}
.BgClassName
{
background-color: #DD6B84;
}
</style>
border-color css
<style>
span { border-color: #DD6B84; }
span { border-color: rgb(221,107,132); }
td.TdClassName
{
border-color: #DD6B84;
}
.TagClassName
{
border-color: #DD6B84;
}
</style>