Shades of Deep Blush #DF6185
Tints of Deep Blush #DF6185
RGB
CMYK
RGB Variations
Color information
#DF6185 (or 0xDF6185) is known color: Deep Blush. HEX triplet: DF, 61 and 85. RGB value is (223,97,133). Sum of RGB (Red+Green+Blue) = 223+97+133=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 97 (38.28% from 255 or 21.41% from 453); Blue value is 133 (52.34% from 255 or 29.36% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6185 is #209E7A. Grayscale: #8A8A8A. Windows color (decimal): -2137723 or 8741343. OLE color: 8741343.
HSL color Cylindrical-coordinate representation of color #DF6185: hue angle of 342.86º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF6185 is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 133 | - |
| CMYK | 0 | 0.57 | 0.40 | 0.13 |
| HSL | 342.86º | 0.66% | 0.63% | - |
| HSV(B) | 342.86º | 0.57% | 0.87% | - |
| XYZ | 38.94 | 25.93 | 25.14 | - |
| YUV | 138.78 | 124.74 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 133 | 0 | 0.57 | 0.40 | 0.13 | 342.86 | 0.66 | 0.63 |
| Hex | DF | 61 | 85 | 0 | 39 | 28 | D | 157 | 42 | 3F |
| Octal | 337 | 141 | 205 | 0 | 71 | 50 | 15 | 527 | 102 | 77 |
| Binary | 11011111 | 1100001 | 10000101 | 0 | 111001 | 101000 | 1101 | 101010111 | 1000010 | 111111 |
Color Harmonies of #DF6185
Complementary color
Monochromatic Colors of #DF6185
Black with #DF6185
Text Example
Text Example
White with #DF6185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6185; }
p { color: rgb(223,97,133); }
H1.HeaderClassName
{
color: #DF6185;
}
.AnyTagClassName
{
color: #DF6185;
}
</style>
background-color css
<style>
a { background-color: #DF6185; }
a { background-color: rgb(223,97,133); }
div.DivClassName
{
background-color: #DF6185;
}
.BgClassName
{
background-color: #DF6185;
}
</style>
border-color css
<style>
span { border-color: #DF6185; }
span { border-color: rgb(223,97,133); }
td.TdClassName
{
border-color: #DF6185;
}
.TagClassName
{
border-color: #DF6185;
}
</style>