Shades of Deep Blush #DF6382
Tints of Deep Blush #DF6382
RGB
CMYK
RGB Variations
Color information
#DF6382 (or 0xDF6382) is known color: Deep Blush. HEX triplet: DF, 63 and 82. RGB value is (223,99,130). Sum of RGB (Red+Green+Blue) = 223+99+130=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 99 (39.06% from 255 or 21.90% from 452); Blue value is 130 (51.17% from 255 or 28.76% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6382 is #209C7D. Grayscale: #8B8B8B. Windows color (decimal): -2137214 or 8545247. OLE color: 8545247.
HSL color Cylindrical-coordinate representation of color #DF6382: hue angle of 345º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF6382 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 99 | 130 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.13 |
| HSL | 345º | 0.66% | 0.63% | - |
| HSV(B) | 345º | 0.56% | 0.87% | - |
| XYZ | 38.92 | 26.22 | 24.13 | - |
| YUV | 139.61 | 122.58 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 99 | 130 | 0 | 0.56 | 0.42 | 0.13 | 345 | 0.66 | 0.63 |
| Hex | DF | 63 | 82 | 0 | 38 | 2A | D | 159 | 42 | 3F |
| Octal | 337 | 143 | 202 | 0 | 70 | 52 | 15 | 531 | 102 | 77 |
| Binary | 11011111 | 1100011 | 10000010 | 0 | 111000 | 101010 | 1101 | 101011001 | 1000010 | 111111 |
Color Harmonies of #DF6382
Complementary color
Monochromatic Colors of #DF6382
Black with #DF6382
Text Example
Text Example
White with #DF6382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6382; }
p { color: rgb(223,99,130); }
H1.HeaderClassName
{
color: #DF6382;
}
.AnyTagClassName
{
color: #DF6382;
}
</style>
background-color css
<style>
a { background-color: #DF6382; }
a { background-color: rgb(223,99,130); }
div.DivClassName
{
background-color: #DF6382;
}
.BgClassName
{
background-color: #DF6382;
}
</style>
border-color css
<style>
span { border-color: #DF6382; }
span { border-color: rgb(223,99,130); }
td.TdClassName
{
border-color: #DF6382;
}
.TagClassName
{
border-color: #DF6382;
}
</style>