Shades of Deep Blush #DF647F
Tints of Deep Blush #DF647F
RGB
CMYK
RGB Variations
Color information
#DF647F (or 0xDF647F) is known color: Deep Blush. HEX triplet: DF, 64 and 7F. RGB value is (223,100,127). Sum of RGB (Red+Green+Blue) = 223+100+127=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 100 (39.45% from 255 or 22.22% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DF647F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF647F is #209B80. Grayscale: #8B8B8B. Windows color (decimal): -2136961 or 8348895. OLE color: 8348895.
HSL color Cylindrical-coordinate representation of color #DF647F: hue angle of 346.83º 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 #DF647F is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 100 | 127 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.13 |
| HSL | 346.83º | 0.66% | 0.63% | - |
| HSV(B) | 346.83º | 0.55% | 0.87% | - |
| XYZ | 38.82 | 26.33 | 23.12 | - |
| YUV | 139.86 | 120.75 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 127 | 0 | 0.55 | 0.43 | 0.13 | 346.83 | 0.66 | 0.63 |
| Hex | DF | 64 | 7F | 0 | 37 | 2B | D | 15B | 42 | 3F |
| Octal | 337 | 144 | 177 | 0 | 67 | 53 | 15 | 533 | 102 | 77 |
| Binary | 11011111 | 1100100 | 1111111 | 0 | 110111 | 101011 | 1101 | 101011011 | 1000010 | 111111 |
Color Harmonies of #DF647F
Complementary color
Monochromatic Colors of #DF647F
Black with #DF647F
Text Example
Text Example
White with #DF647F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF647F; }
p { color: rgb(223,100,127); }
H1.HeaderClassName
{
color: #DF647F;
}
.AnyTagClassName
{
color: #DF647F;
}
</style>
background-color css
<style>
a { background-color: #DF647F; }
a { background-color: rgb(223,100,127); }
div.DivClassName
{
background-color: #DF647F;
}
.BgClassName
{
background-color: #DF647F;
}
</style>
border-color css
<style>
span { border-color: #DF647F; }
span { border-color: rgb(223,100,127); }
td.TdClassName
{
border-color: #DF647F;
}
.TagClassName
{
border-color: #DF647F;
}
</style>