Shades of Deep Blush #DD6285
Tints of Deep Blush #DD6285
RGB
CMYK
RGB Variations
Color information
#DD6285 (or 0xDD6285) is known color: Deep Blush. HEX triplet: DD, 62 and 85. RGB value is (221,98,133). Sum of RGB (Red+Green+Blue) = 221+98+133=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 98 (38.67% from 255 or 21.68% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6285 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6285 is #229D7A. Grayscale: #8A8A8A. Windows color (decimal): -2268539 or 8741597. OLE color: 8741597.
HSL color Cylindrical-coordinate representation of color #DD6285: hue angle of 342.93º 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 #DD6285 is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 98 | 133 | - |
| CMYK | 0 | 0.56 | 0.40 | 0.13 |
| HSL | 342.93º | 0.64% | 0.63% | - |
| HSV(B) | 342.93º | 0.56% | 0.87% | - |
| XYZ | 38.42 | 25.8 | 25.15 | - |
| YUV | 138.77 | 124.75 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 98 | 133 | 0 | 0.56 | 0.40 | 0.13 | 342.93 | 0.64 | 0.63 |
| Hex | DD | 62 | 85 | 0 | 38 | 28 | D | 157 | 40 | 3F |
| Octal | 335 | 142 | 205 | 0 | 70 | 50 | 15 | 527 | 100 | 77 |
| Binary | 11011101 | 1100010 | 10000101 | 0 | 111000 | 101000 | 1101 | 101010111 | 1000000 | 111111 |
Color Harmonies of #DD6285
Complementary color
Monochromatic Colors of #DD6285
Black with #DD6285
Text Example
Text Example
White with #DD6285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6285; }
p { color: rgb(221,98,133); }
H1.HeaderClassName
{
color: #DD6285;
}
.AnyTagClassName
{
color: #DD6285;
}
</style>
background-color css
<style>
a { background-color: #DD6285; }
a { background-color: rgb(221,98,133); }
div.DivClassName
{
background-color: #DD6285;
}
.BgClassName
{
background-color: #DD6285;
}
</style>
border-color css
<style>
span { border-color: #DD6285; }
span { border-color: rgb(221,98,133); }
td.TdClassName
{
border-color: #DD6285;
}
.TagClassName
{
border-color: #DD6285;
}
</style>