Shades of Deep Blush #DD6282
Tints of Deep Blush #DD6282
RGB
CMYK
RGB Variations
Color information
#DD6282 (or 0xDD6282) is known color: Deep Blush. HEX triplet: DD, 62 and 82. RGB value is (221,98,130). Sum of RGB (Red+Green+Blue) = 221+98+130=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 98 (38.67% from 255 or 21.83% from 449); Blue value is 130 (51.17% from 255 or 28.95% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6282 is #229D7D. Grayscale: #8A8A8A. Windows color (decimal): -2268542 or 8544989. OLE color: 8544989.
HSL color Cylindrical-coordinate representation of color #DD6282: hue angle of 344.39º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD6282 is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 98 | 130 | - |
| CMYK | 0 | 0.56 | 0.41 | 0.13 |
| HSL | 344.39º | 0.64% | 0.63% | - |
| HSV(B) | 344.39º | 0.56% | 0.87% | - |
| XYZ | 38.22 | 25.72 | 24.07 | - |
| YUV | 138.43 | 123.25 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 98 | 130 | 0 | 0.56 | 0.41 | 0.13 | 344.39 | 0.64 | 0.63 |
| Hex | DD | 62 | 82 | 0 | 38 | 29 | D | 158 | 40 | 3F |
| Octal | 335 | 142 | 202 | 0 | 70 | 51 | 15 | 530 | 100 | 77 |
| Binary | 11011101 | 1100010 | 10000010 | 0 | 111000 | 101001 | 1101 | 101011000 | 1000000 | 111111 |
Color Harmonies of #DD6282
Complementary color
Monochromatic Colors of #DD6282
Black with #DD6282
Text Example
Text Example
White with #DD6282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6282; }
p { color: rgb(221,98,130); }
H1.HeaderClassName
{
color: #DD6282;
}
.AnyTagClassName
{
color: #DD6282;
}
</style>
background-color css
<style>
a { background-color: #DD6282; }
a { background-color: rgb(221,98,130); }
div.DivClassName
{
background-color: #DD6282;
}
.BgClassName
{
background-color: #DD6282;
}
</style>
border-color css
<style>
span { border-color: #DD6282; }
span { border-color: rgb(221,98,130); }
td.TdClassName
{
border-color: #DD6282;
}
.TagClassName
{
border-color: #DD6282;
}
</style>