Shades of Deep Blush #DD6280
Tints of Deep Blush #DD6280
RGB
CMYK
RGB Variations
Color information
#DD6280 (or 0xDD6280) is known color: Deep Blush. HEX triplet: DD, 62 and 80. RGB value is (221,98,128). Sum of RGB (Red+Green+Blue) = 221+98+128=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 98 (38.67% from 255 or 21.92% from 447); Blue value is 128 (50.39% from 255 or 28.64% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6280 is #229D7F. Grayscale: #8A8A8A. Windows color (decimal): -2268544 or 8413917. OLE color: 8413917.
HSL color Cylindrical-coordinate representation of color #DD6280: hue angle of 345.37º 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 #DD6280 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 98 | 128 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.13 |
| HSL | 345.37º | 0.64% | 0.63% | - |
| HSV(B) | 345.37º | 0.56% | 0.87% | - |
| XYZ | 38.08 | 25.67 | 23.37 | - |
| YUV | 138.2 | 122.25 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 98 | 128 | 0 | 0.56 | 0.42 | 0.13 | 345.37 | 0.64 | 0.63 |
| Hex | DD | 62 | 80 | 0 | 38 | 2A | D | 159 | 40 | 3F |
| Octal | 335 | 142 | 200 | 0 | 70 | 52 | 15 | 531 | 100 | 77 |
| Binary | 11011101 | 1100010 | 10000000 | 0 | 111000 | 101010 | 1101 | 101011001 | 1000000 | 111111 |
Color Harmonies of #DD6280
Complementary color
Monochromatic Colors of #DD6280
Black with #DD6280
Text Example
Text Example
White with #DD6280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6280; }
p { color: rgb(221,98,128); }
H1.HeaderClassName
{
color: #DD6280;
}
.AnyTagClassName
{
color: #DD6280;
}
</style>
background-color css
<style>
a { background-color: #DD6280; }
a { background-color: rgb(221,98,128); }
div.DivClassName
{
background-color: #DD6280;
}
.BgClassName
{
background-color: #DD6280;
}
</style>
border-color css
<style>
span { border-color: #DD6280; }
span { border-color: rgb(221,98,128); }
td.TdClassName
{
border-color: #DD6280;
}
.TagClassName
{
border-color: #DD6280;
}
</style>