Shades of Deep Blush #DF6481
Tints of Deep Blush #DF6481
RGB
CMYK
RGB Variations
Color information
#DF6481 (or 0xDF6481) is known color: Deep Blush. HEX triplet: DF, 64 and 81. RGB value is (223,100,129). Sum of RGB (Red+Green+Blue) = 223+100+129=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 100 (39.45% from 255 or 22.12% from 452); Blue value is 129 (50.78% from 255 or 28.54% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6481 is #209B7E. Grayscale: #8C8C8C. Windows color (decimal): -2136959 or 8479967. OLE color: 8479967.
HSL color Cylindrical-coordinate representation of color #DF6481: hue angle of 345.85º 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 #DF6481 is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 100 | 129 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.13 |
| HSL | 345.85º | 0.66% | 0.63% | - |
| HSV(B) | 345.85º | 0.55% | 0.87% | - |
| XYZ | 38.95 | 26.39 | 23.81 | - |
| YUV | 140.08 | 121.75 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 129 | 0 | 0.55 | 0.42 | 0.13 | 345.85 | 0.66 | 0.63 |
| Hex | DF | 64 | 81 | 0 | 37 | 2A | D | 15A | 42 | 3F |
| Octal | 337 | 144 | 201 | 0 | 67 | 52 | 15 | 532 | 102 | 77 |
| Binary | 11011111 | 1100100 | 10000001 | 0 | 110111 | 101010 | 1101 | 101011010 | 1000010 | 111111 |
Color Harmonies of #DF6481
Complementary color
Monochromatic Colors of #DF6481
Black with #DF6481
Text Example
Text Example
White with #DF6481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6481; }
p { color: rgb(223,100,129); }
H1.HeaderClassName
{
color: #DF6481;
}
.AnyTagClassName
{
color: #DF6481;
}
</style>
background-color css
<style>
a { background-color: #DF6481; }
a { background-color: rgb(223,100,129); }
div.DivClassName
{
background-color: #DF6481;
}
.BgClassName
{
background-color: #DF6481;
}
</style>
border-color css
<style>
span { border-color: #DF6481; }
span { border-color: rgb(223,100,129); }
td.TdClassName
{
border-color: #DF6481;
}
.TagClassName
{
border-color: #DF6481;
}
</style>