Shades of Deep Blush #DF6681
Tints of Deep Blush #DF6681
RGB
CMYK
RGB Variations
Color information
#DF6681 (or 0xDF6681) is known color: Deep Blush. HEX triplet: DF, 66 and 81. RGB value is (223,102,129). Sum of RGB (Red+Green+Blue) = 223+102+129=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 102 (40.23% from 255 or 22.47% from 454); Blue value is 129 (50.78% from 255 or 28.41% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6681 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6681 is #20997E. Grayscale: #8D8D8D. Windows color (decimal): -2136447 or 8480479. OLE color: 8480479.
HSL color Cylindrical-coordinate representation of color #DF6681: hue angle of 346.61º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DF6681 is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 102 | 129 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.13 |
| HSL | 346.61º | 0.65% | 0.64% | - |
| HSV(B) | 346.61º | 0.54% | 0.87% | - |
| XYZ | 39.15 | 26.78 | 23.87 | - |
| YUV | 141.26 | 121.09 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 129 | 0 | 0.54 | 0.42 | 0.13 | 346.61 | 0.65 | 0.64 |
| Hex | DF | 66 | 81 | 0 | 36 | 2A | D | 15B | 41 | 40 |
| Octal | 337 | 146 | 201 | 0 | 66 | 52 | 15 | 533 | 101 | 100 |
| Binary | 11011111 | 1100110 | 10000001 | 0 | 110110 | 101010 | 1101 | 101011011 | 1000001 | 1000000 |
Color Harmonies of #DF6681
Complementary color
Monochromatic Colors of #DF6681
Black with #DF6681
Text Example
Text Example
White with #DF6681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6681; }
p { color: rgb(223,102,129); }
H1.HeaderClassName
{
color: #DF6681;
}
.AnyTagClassName
{
color: #DF6681;
}
</style>
background-color css
<style>
a { background-color: #DF6681; }
a { background-color: rgb(223,102,129); }
div.DivClassName
{
background-color: #DF6681;
}
.BgClassName
{
background-color: #DF6681;
}
</style>
border-color css
<style>
span { border-color: #DF6681; }
span { border-color: rgb(223,102,129); }
td.TdClassName
{
border-color: #DF6681;
}
.TagClassName
{
border-color: #DF6681;
}
</style>