Shades of Deep Blush #DD6184
Tints of Deep Blush #DD6184
RGB
CMYK
RGB Variations
Color information
#DD6184 (or 0xDD6184) is known color: Deep Blush. HEX triplet: DD, 61 and 84. RGB value is (221,97,132). Sum of RGB (Red+Green+Blue) = 221+97+132=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 97 (38.28% from 255 or 21.56% from 450); Blue value is 132 (51.95% from 255 or 29.33% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6184 is #229E7B. Grayscale: #8A8A8A. Windows color (decimal): -2268796 or 8675805. OLE color: 8675805.
HSL color Cylindrical-coordinate representation of color #DD6184: hue angle of 343.06º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD6184 is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 97 | 132 | - |
| CMYK | 0 | 0.56 | 0.40 | 0.13 |
| HSL | 343.06º | 0.65% | 0.62% | - |
| HSV(B) | 343.06º | 0.56% | 0.87% | - |
| XYZ | 38.26 | 25.59 | 24.75 | - |
| YUV | 138.07 | 124.58 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 97 | 132 | 0 | 0.56 | 0.40 | 0.13 | 343.06 | 0.65 | 0.62 |
| Hex | DD | 61 | 84 | 0 | 38 | 28 | D | 157 | 41 | 3E |
| Octal | 335 | 141 | 204 | 0 | 70 | 50 | 15 | 527 | 101 | 76 |
| Binary | 11011101 | 1100001 | 10000100 | 0 | 111000 | 101000 | 1101 | 101010111 | 1000001 | 111110 |
Color Harmonies of #DD6184
Complementary color
Monochromatic Colors of #DD6184
Black with #DD6184
Text Example
Text Example
White with #DD6184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6184; }
p { color: rgb(221,97,132); }
H1.HeaderClassName
{
color: #DD6184;
}
.AnyTagClassName
{
color: #DD6184;
}
</style>
background-color css
<style>
a { background-color: #DD6184; }
a { background-color: rgb(221,97,132); }
div.DivClassName
{
background-color: #DD6184;
}
.BgClassName
{
background-color: #DD6184;
}
</style>
border-color css
<style>
span { border-color: #DD6184; }
span { border-color: rgb(221,97,132); }
td.TdClassName
{
border-color: #DD6184;
}
.TagClassName
{
border-color: #DD6184;
}
</style>