Shades of Deep Blush #DD6284
Tints of Deep Blush #DD6284
RGB
CMYK
RGB Variations
Color information
#DD6284 (or 0xDD6284) is known color: Deep Blush. HEX triplet: DD, 62 and 84. RGB value is (221,98,132). Sum of RGB (Red+Green+Blue) = 221+98+132=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 98 (38.67% from 255 or 21.73% from 451); Blue value is 132 (51.95% from 255 or 29.27% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6284 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6284 is #229D7B. Grayscale: #8A8A8A. Windows color (decimal): -2268540 or 8676061. OLE color: 8676061.
HSL color Cylindrical-coordinate representation of color #DD6284: hue angle of 343.41º 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 #DD6284 is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 98 | 132 | - |
| CMYK | 0 | 0.56 | 0.40 | 0.13 |
| HSL | 343.41º | 0.64% | 0.63% | - |
| HSV(B) | 343.41º | 0.56% | 0.87% | - |
| XYZ | 38.35 | 25.77 | 24.78 | - |
| YUV | 138.65 | 124.25 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 98 | 132 | 0 | 0.56 | 0.40 | 0.13 | 343.41 | 0.64 | 0.63 |
| Hex | DD | 62 | 84 | 0 | 38 | 28 | D | 157 | 40 | 3F |
| Octal | 335 | 142 | 204 | 0 | 70 | 50 | 15 | 527 | 100 | 77 |
| Binary | 11011101 | 1100010 | 10000100 | 0 | 111000 | 101000 | 1101 | 101010111 | 1000000 | 111111 |
Color Harmonies of #DD6284
Complementary color
Monochromatic Colors of #DD6284
Black with #DD6284
Text Example
Text Example
White with #DD6284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6284; }
p { color: rgb(221,98,132); }
H1.HeaderClassName
{
color: #DD6284;
}
.AnyTagClassName
{
color: #DD6284;
}
</style>
background-color css
<style>
a { background-color: #DD6284; }
a { background-color: rgb(221,98,132); }
div.DivClassName
{
background-color: #DD6284;
}
.BgClassName
{
background-color: #DD6284;
}
</style>
border-color css
<style>
span { border-color: #DD6284; }
span { border-color: rgb(221,98,132); }
td.TdClassName
{
border-color: #DD6284;
}
.TagClassName
{
border-color: #DD6284;
}
</style>