Shades of Deep Blush #DF618B
Tints of Deep Blush #DF618B
RGB
CMYK
RGB Variations
Color information
#DF618B (or 0xDF618B) is known color: Deep Blush. HEX triplet: DF, 61 and 8B. RGB value is (223,97,139). Sum of RGB (Red+Green+Blue) = 223+97+139=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 97 (38.28% from 255 or 21.13% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DF618B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF618B is #209E74. Grayscale: #8B8B8B. Windows color (decimal): -2137717 or 9134559. OLE color: 9134559.
HSL color Cylindrical-coordinate representation of color #DF618B: hue angle of 340º 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 #DF618B is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 139 | - |
| CMYK | 0 | 0.57 | 0.38 | 0.13 |
| HSL | 340º | 0.66% | 0.63% | - |
| HSV(B) | 340º | 0.57% | 0.87% | - |
| XYZ | 39.37 | 26.1 | 27.39 | - |
| YUV | 139.46 | 127.74 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 139 | 0 | 0.57 | 0.38 | 0.13 | 340 | 0.66 | 0.63 |
| Hex | DF | 61 | 8B | 0 | 39 | 26 | D | 154 | 42 | 3F |
| Octal | 337 | 141 | 213 | 0 | 71 | 46 | 15 | 524 | 102 | 77 |
| Binary | 11011111 | 1100001 | 10001011 | 0 | 111001 | 100110 | 1101 | 101010100 | 1000010 | 111111 |
Color Harmonies of #DF618B
Complementary color
Monochromatic Colors of #DF618B
Black with #DF618B
Text Example
Text Example
White with #DF618B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF618B; }
p { color: rgb(223,97,139); }
H1.HeaderClassName
{
color: #DF618B;
}
.AnyTagClassName
{
color: #DF618B;
}
</style>
background-color css
<style>
a { background-color: #DF618B; }
a { background-color: rgb(223,97,139); }
div.DivClassName
{
background-color: #DF618B;
}
.BgClassName
{
background-color: #DF618B;
}
</style>
border-color css
<style>
span { border-color: #DF618B; }
span { border-color: rgb(223,97,139); }
td.TdClassName
{
border-color: #DF618B;
}
.TagClassName
{
border-color: #DF618B;
}
</style>