Shades of Deep Blush #DF6482
Tints of Deep Blush #DF6482
RGB
CMYK
RGB Variations
Color information
#DF6482 (or 0xDF6482) is known color: Deep Blush. HEX triplet: DF, 64 and 82. RGB value is (223,100,130). Sum of RGB (Red+Green+Blue) = 223+100+130=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 100 (39.45% from 255 or 22.08% from 453); Blue value is 130 (51.17% from 255 or 28.70% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6482 is #209B7D. Grayscale: #8C8C8C. Windows color (decimal): -2136958 or 8545503. OLE color: 8545503.
HSL color Cylindrical-coordinate representation of color #DF6482: hue angle of 345.37º 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 #DF6482 is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 100 | 130 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.13 |
| HSL | 345.37º | 0.66% | 0.63% | - |
| HSV(B) | 345.37º | 0.55% | 0.87% | - |
| XYZ | 39.02 | 26.41 | 24.16 | - |
| YUV | 140.2 | 122.25 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 130 | 0 | 0.55 | 0.42 | 0.13 | 345.37 | 0.66 | 0.63 |
| Hex | DF | 64 | 82 | 0 | 37 | 2A | D | 159 | 42 | 3F |
| Octal | 337 | 144 | 202 | 0 | 67 | 52 | 15 | 531 | 102 | 77 |
| Binary | 11011111 | 1100100 | 10000010 | 0 | 110111 | 101010 | 1101 | 101011001 | 1000010 | 111111 |
Color Harmonies of #DF6482
Complementary color
Monochromatic Colors of #DF6482
Black with #DF6482
Text Example
Text Example
White with #DF6482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6482; }
p { color: rgb(223,100,130); }
H1.HeaderClassName
{
color: #DF6482;
}
.AnyTagClassName
{
color: #DF6482;
}
</style>
background-color css
<style>
a { background-color: #DF6482; }
a { background-color: rgb(223,100,130); }
div.DivClassName
{
background-color: #DF6482;
}
.BgClassName
{
background-color: #DF6482;
}
</style>
border-color css
<style>
span { border-color: #DF6482; }
span { border-color: rgb(223,100,130); }
td.TdClassName
{
border-color: #DF6482;
}
.TagClassName
{
border-color: #DF6482;
}
</style>