Shades of Deep Blush #DF6380
Tints of Deep Blush #DF6380
RGB
CMYK
RGB Variations
Color information
#DF6380 (or 0xDF6380) is known color: Deep Blush. HEX triplet: DF, 63 and 80. RGB value is (223,99,128). Sum of RGB (Red+Green+Blue) = 223+99+128=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 99 (39.06% from 255 or 22% from 450); Blue value is 128 (50.39% from 255 or 28.44% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6380 is #209C7F. Grayscale: #8B8B8B. Windows color (decimal): -2137216 or 8414175. OLE color: 8414175.
HSL color Cylindrical-coordinate representation of color #DF6380: hue angle of 345.97º degrees, saturation: 0.66, 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 #DF6380 is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 99 | 128 | - |
| CMYK | 0 | 0.56 | 0.43 | 0.13 |
| HSL | 345.97º | 0.66% | 0.63% | - |
| HSV(B) | 345.97º | 0.56% | 0.87% | - |
| XYZ | 38.79 | 26.17 | 23.43 | - |
| YUV | 139.38 | 121.58 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 99 | 128 | 0 | 0.56 | 0.43 | 0.13 | 345.97 | 0.66 | 0.63 |
| Hex | DF | 63 | 80 | 0 | 38 | 2B | D | 15A | 42 | 3F |
| Octal | 337 | 143 | 200 | 0 | 70 | 53 | 15 | 532 | 102 | 77 |
| Binary | 11011111 | 1100011 | 10000000 | 0 | 111000 | 101011 | 1101 | 101011010 | 1000010 | 111111 |
Color Harmonies of #DF6380
Complementary color
Monochromatic Colors of #DF6380
Black with #DF6380
Text Example
Text Example
White with #DF6380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6380; }
p { color: rgb(223,99,128); }
H1.HeaderClassName
{
color: #DF6380;
}
.AnyTagClassName
{
color: #DF6380;
}
</style>
background-color css
<style>
a { background-color: #DF6380; }
a { background-color: rgb(223,99,128); }
div.DivClassName
{
background-color: #DF6380;
}
.BgClassName
{
background-color: #DF6380;
}
</style>
border-color css
<style>
span { border-color: #DF6380; }
span { border-color: rgb(223,99,128); }
td.TdClassName
{
border-color: #DF6380;
}
.TagClassName
{
border-color: #DF6380;
}
</style>