Shades of Deep Blush #DD6384
Tints of Deep Blush #DD6384
RGB
CMYK
RGB Variations
Color information
#DD6384 (or 0xDD6384) is known color: Deep Blush. HEX triplet: DD, 63 and 84. RGB value is (221,99,132). Sum of RGB (Red+Green+Blue) = 221+99+132=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 99 (39.06% from 255 or 21.90% from 452); Blue value is 132 (51.95% from 255 or 29.20% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6384 is #229C7B. Grayscale: #8B8B8B. Windows color (decimal): -2268284 or 8676317. OLE color: 8676317.
HSL color Cylindrical-coordinate representation of color #DD6384: hue angle of 343.77º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD6384 is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 99 | 132 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.13 |
| HSL | 343.77º | 0.64% | 0.63% | - |
| HSV(B) | 343.77º | 0.55% | 0.87% | - |
| XYZ | 38.45 | 25.96 | 24.81 | - |
| YUV | 139.24 | 123.92 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 132 | 0 | 0.55 | 0.40 | 0.13 | 343.77 | 0.64 | 0.63 |
| Hex | DD | 63 | 84 | 0 | 37 | 28 | D | 158 | 40 | 3F |
| Octal | 335 | 143 | 204 | 0 | 67 | 50 | 15 | 530 | 100 | 77 |
| Binary | 11011101 | 1100011 | 10000100 | 0 | 110111 | 101000 | 1101 | 101011000 | 1000000 | 111111 |
Color Harmonies of #DD6384
Complementary color
Monochromatic Colors of #DD6384
Black with #DD6384
Text Example
Text Example
White with #DD6384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6384; }
p { color: rgb(221,99,132); }
H1.HeaderClassName
{
color: #DD6384;
}
.AnyTagClassName
{
color: #DD6384;
}
</style>
background-color css
<style>
a { background-color: #DD6384; }
a { background-color: rgb(221,99,132); }
div.DivClassName
{
background-color: #DD6384;
}
.BgClassName
{
background-color: #DD6384;
}
</style>
border-color css
<style>
span { border-color: #DD6384; }
span { border-color: rgb(221,99,132); }
td.TdClassName
{
border-color: #DD6384;
}
.TagClassName
{
border-color: #DD6384;
}
</style>