Shades of Deep Blush #DF6785
Tints of Deep Blush #DF6785
RGB
CMYK
RGB Variations
Color information
#DF6785 (or 0xDF6785) is known color: Deep Blush. HEX triplet: DF, 67 and 85. RGB value is (223,103,133). Sum of RGB (Red+Green+Blue) = 223+103+133=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 103 (40.62% from 255 or 22.44% from 459); Blue value is 133 (52.34% from 255 or 28.98% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6785 is #20987A. Grayscale: #8E8E8E. Windows color (decimal): -2136187 or 8742879. OLE color: 8742879.
HSL color Cylindrical-coordinate representation of color #DF6785: hue angle of 345º 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 #DF6785 is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 103 | 133 | - |
| CMYK | 0 | 0.54 | 0.40 | 0.13 |
| HSL | 345º | 0.65% | 0.64% | - |
| HSV(B) | 345º | 0.54% | 0.87% | - |
| XYZ | 39.52 | 27.08 | 25.33 | - |
| YUV | 142.3 | 122.76 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 103 | 133 | 0 | 0.54 | 0.40 | 0.13 | 345 | 0.65 | 0.64 |
| Hex | DF | 67 | 85 | 0 | 36 | 28 | D | 159 | 41 | 40 |
| Octal | 337 | 147 | 205 | 0 | 66 | 50 | 15 | 531 | 101 | 100 |
| Binary | 11011111 | 1100111 | 10000101 | 0 | 110110 | 101000 | 1101 | 101011001 | 1000001 | 1000000 |
Color Harmonies of #DF6785
Complementary color
Monochromatic Colors of #DF6785
Black with #DF6785
Text Example
Text Example
White with #DF6785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6785; }
p { color: rgb(223,103,133); }
H1.HeaderClassName
{
color: #DF6785;
}
.AnyTagClassName
{
color: #DF6785;
}
</style>
background-color css
<style>
a { background-color: #DF6785; }
a { background-color: rgb(223,103,133); }
div.DivClassName
{
background-color: #DF6785;
}
.BgClassName
{
background-color: #DF6785;
}
</style>
border-color css
<style>
span { border-color: #DF6785; }
span { border-color: rgb(223,103,133); }
td.TdClassName
{
border-color: #DF6785;
}
.TagClassName
{
border-color: #DF6785;
}
</style>