Shades of Deep Blush #DD6380
Tints of Deep Blush #DD6380
RGB
CMYK
RGB Variations
Color information
#DD6380 (or 0xDD6380) is known color: Deep Blush. HEX triplet: DD, 63 and 80. RGB value is (221,99,128). Sum of RGB (Red+Green+Blue) = 221+99+128=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 99 (39.06% from 255 or 22.10% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6380 is #229C7F. Grayscale: #8A8A8A. Windows color (decimal): -2268288 or 8414173. OLE color: 8414173.
HSL color Cylindrical-coordinate representation of color #DD6380: hue angle of 345.74º 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 #DD6380 is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 99 | 128 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.13 |
| HSL | 345.74º | 0.64% | 0.63% | - |
| HSV(B) | 345.74º | 0.55% | 0.87% | - |
| XYZ | 38.18 | 25.85 | 23.4 | - |
| YUV | 138.78 | 121.92 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 128 | 0 | 0.55 | 0.42 | 0.13 | 345.74 | 0.64 | 0.63 |
| Hex | DD | 63 | 80 | 0 | 37 | 2A | D | 15A | 40 | 3F |
| Octal | 335 | 143 | 200 | 0 | 67 | 52 | 15 | 532 | 100 | 77 |
| Binary | 11011101 | 1100011 | 10000000 | 0 | 110111 | 101010 | 1101 | 101011010 | 1000000 | 111111 |
Color Harmonies of #DD6380
Complementary color
Monochromatic Colors of #DD6380
Black with #DD6380
Text Example
Text Example
White with #DD6380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6380; }
p { color: rgb(221,99,128); }
H1.HeaderClassName
{
color: #DD6380;
}
.AnyTagClassName
{
color: #DD6380;
}
</style>
background-color css
<style>
a { background-color: #DD6380; }
a { background-color: rgb(221,99,128); }
div.DivClassName
{
background-color: #DD6380;
}
.BgClassName
{
background-color: #DD6380;
}
</style>
border-color css
<style>
span { border-color: #DD6380; }
span { border-color: rgb(221,99,128); }
td.TdClassName
{
border-color: #DD6380;
}
.TagClassName
{
border-color: #DD6380;
}
</style>