Shades of Deep Blush #DF6487
Tints of Deep Blush #DF6487
RGB
CMYK
RGB Variations
Color information
#DF6487 (or 0xDF6487) is known color: Deep Blush. HEX triplet: DF, 64 and 87. RGB value is (223,100,135). Sum of RGB (Red+Green+Blue) = 223+100+135=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 100 (39.45% from 255 or 21.83% from 458); Blue value is 135 (53.12% from 255 or 29.48% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6487 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6487 is #209B78. Grayscale: #8C8C8C. Windows color (decimal): -2136953 or 8873183. OLE color: 8873183.
HSL color Cylindrical-coordinate representation of color #DF6487: hue angle of 342.93º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF6487 is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 100 | 135 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.13 |
| HSL | 342.93º | 0.66% | 0.63% | - |
| HSV(B) | 342.93º | 0.55% | 0.87% | - |
| XYZ | 39.36 | 26.55 | 25.97 | - |
| YUV | 140.77 | 124.75 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 135 | 0 | 0.55 | 0.39 | 0.13 | 342.93 | 0.66 | 0.63 |
| Hex | DF | 64 | 87 | 0 | 37 | 27 | D | 157 | 42 | 3F |
| Octal | 337 | 144 | 207 | 0 | 67 | 47 | 15 | 527 | 102 | 77 |
| Binary | 11011111 | 1100100 | 10000111 | 0 | 110111 | 100111 | 1101 | 101010111 | 1000010 | 111111 |
Color Harmonies of #DF6487
Complementary color
Monochromatic Colors of #DF6487
Black with #DF6487
Text Example
Text Example
White with #DF6487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6487; }
p { color: rgb(223,100,135); }
H1.HeaderClassName
{
color: #DF6487;
}
.AnyTagClassName
{
color: #DF6487;
}
</style>
background-color css
<style>
a { background-color: #DF6487; }
a { background-color: rgb(223,100,135); }
div.DivClassName
{
background-color: #DF6487;
}
.BgClassName
{
background-color: #DF6487;
}
</style>
border-color css
<style>
span { border-color: #DF6487; }
span { border-color: rgb(223,100,135); }
td.TdClassName
{
border-color: #DF6487;
}
.TagClassName
{
border-color: #DF6487;
}
</style>