Shades of Deep Blush #DF6C83
Tints of Deep Blush #DF6C83
RGB
CMYK
RGB Variations
Color information
#DF6C83 (or 0xDF6C83) is known color: Deep Blush. HEX triplet: DF, 6C and 83. RGB value is (223,108,131). Sum of RGB (Red+Green+Blue) = 223+108+131=462 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.27% from 462); Green value is 108 (42.58% from 255 or 23.38% from 462); Blue value is 131 (51.56% from 255 or 28.35% from 462); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6C83 is #20937C. Grayscale: #919191. Windows color (decimal): -2134909 or 8613087. OLE color: 8613087.
HSL color Cylindrical-coordinate representation of color #DF6C83: hue angle of 348º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF6C83 is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 108 | 131 | - |
| CMYK | 0 | 0.52 | 0.41 | 0.13 |
| HSL | 348º | 0.64% | 0.65% | - |
| HSV(B) | 348º | 0.52% | 0.87% | - |
| XYZ | 39.89 | 28.05 | 24.78 | - |
| YUV | 145.01 | 120.1 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 108 | 131 | 0 | 0.52 | 0.41 | 0.13 | 348 | 0.64 | 0.65 |
| Hex | DF | 6C | 83 | 0 | 34 | 29 | D | 15C | 40 | 41 |
| Octal | 337 | 154 | 203 | 0 | 64 | 51 | 15 | 534 | 100 | 101 |
| Binary | 11011111 | 1101100 | 10000011 | 0 | 110100 | 101001 | 1101 | 101011100 | 1000000 | 1000001 |
Color Harmonies of #DF6C83
Complementary color
Monochromatic Colors of #DF6C83
Black with #DF6C83
Text Example
Text Example
White with #DF6C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6C83; }
p { color: rgb(223,108,131); }
H1.HeaderClassName
{
color: #DF6C83;
}
.AnyTagClassName
{
color: #DF6C83;
}
</style>
background-color css
<style>
a { background-color: #DF6C83; }
a { background-color: rgb(223,108,131); }
div.DivClassName
{
background-color: #DF6C83;
}
.BgClassName
{
background-color: #DF6C83;
}
</style>
border-color css
<style>
span { border-color: #DF6C83; }
span { border-color: rgb(223,108,131); }
td.TdClassName
{
border-color: #DF6C83;
}
.TagClassName
{
border-color: #DF6C83;
}
</style>