Shades of Deep Blush #DF618A
Tints of Deep Blush #DF618A
RGB
CMYK
RGB Variations
Color information
#DF618A (or 0xDF618A) is known color: Deep Blush. HEX triplet: DF, 61 and 8A. RGB value is (223,97,138). Sum of RGB (Red+Green+Blue) = 223+97+138=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 97 (38.28% from 255 or 21.18% from 458); Blue value is 138 (54.30% from 255 or 30.13% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DF618A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF618A is #209E75. Grayscale: #8B8B8B. Windows color (decimal): -2137718 or 9069023. OLE color: 9069023.
HSL color Cylindrical-coordinate representation of color #DF618A: hue angle of 340.48º 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 #DF618A is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 138 | - |
| CMYK | 0 | 0.57 | 0.38 | 0.13 |
| HSL | 340.48º | 0.66% | 0.63% | - |
| HSV(B) | 340.48º | 0.57% | 0.87% | - |
| XYZ | 39.29 | 26.07 | 27.01 | - |
| YUV | 139.35 | 127.24 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 138 | 0 | 0.57 | 0.38 | 0.13 | 340.48 | 0.66 | 0.63 |
| Hex | DF | 61 | 8A | 0 | 39 | 26 | D | 154 | 42 | 3F |
| Octal | 337 | 141 | 212 | 0 | 71 | 46 | 15 | 524 | 102 | 77 |
| Binary | 11011111 | 1100001 | 10001010 | 0 | 111001 | 100110 | 1101 | 101010100 | 1000010 | 111111 |
Color Harmonies of #DF618A
Complementary color
Monochromatic Colors of #DF618A
Black with #DF618A
Text Example
Text Example
White with #DF618A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF618A; }
p { color: rgb(223,97,138); }
H1.HeaderClassName
{
color: #DF618A;
}
.AnyTagClassName
{
color: #DF618A;
}
</style>
background-color css
<style>
a { background-color: #DF618A; }
a { background-color: rgb(223,97,138); }
div.DivClassName
{
background-color: #DF618A;
}
.BgClassName
{
background-color: #DF618A;
}
</style>
border-color css
<style>
span { border-color: #DF618A; }
span { border-color: rgb(223,97,138); }
td.TdClassName
{
border-color: #DF618A;
}
.TagClassName
{
border-color: #DF618A;
}
</style>