Shades of Deep Blush #DF6485
Tints of Deep Blush #DF6485
RGB
CMYK
RGB Variations
Color information
#DF6485 (or 0xDF6485) is known color: Deep Blush. HEX triplet: DF, 64 and 85. RGB value is (223,100,133). Sum of RGB (Red+Green+Blue) = 223+100+133=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 100 (39.45% from 255 or 21.93% from 456); Blue value is 133 (52.34% from 255 or 29.17% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6485 is #209B7A. Grayscale: #8C8C8C. Windows color (decimal): -2136955 or 8742111. OLE color: 8742111.
HSL color Cylindrical-coordinate representation of color #DF6485: hue angle of 343.9º 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 #DF6485 is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 100 | 133 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.13 |
| HSL | 343.9º | 0.66% | 0.63% | - |
| HSV(B) | 343.9º | 0.55% | 0.87% | - |
| XYZ | 39.22 | 26.5 | 25.24 | - |
| YUV | 140.54 | 123.75 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 133 | 0 | 0.55 | 0.40 | 0.13 | 343.9 | 0.66 | 0.63 |
| Hex | DF | 64 | 85 | 0 | 37 | 28 | D | 158 | 42 | 3F |
| Octal | 337 | 144 | 205 | 0 | 67 | 50 | 15 | 530 | 102 | 77 |
| Binary | 11011111 | 1100100 | 10000101 | 0 | 110111 | 101000 | 1101 | 101011000 | 1000010 | 111111 |
Color Harmonies of #DF6485
Complementary color
Monochromatic Colors of #DF6485
Black with #DF6485
Text Example
Text Example
White with #DF6485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6485; }
p { color: rgb(223,100,133); }
H1.HeaderClassName
{
color: #DF6485;
}
.AnyTagClassName
{
color: #DF6485;
}
</style>
background-color css
<style>
a { background-color: #DF6485; }
a { background-color: rgb(223,100,133); }
div.DivClassName
{
background-color: #DF6485;
}
.BgClassName
{
background-color: #DF6485;
}
</style>
border-color css
<style>
span { border-color: #DF6485; }
span { border-color: rgb(223,100,133); }
td.TdClassName
{
border-color: #DF6485;
}
.TagClassName
{
border-color: #DF6485;
}
</style>