Shades of Tea Rose #DF86C4
Tints of Tea Rose #DF86C4
RGB
CMYK
RGB Variations
Color information
#DF86C4 (or 0xDF86C4) is known color: Tea Rose. HEX triplet: DF, 86 and C4. RGB value is (223,134,196). Sum of RGB (Red+Green+Blue) = 223+134+196=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 134 (52.73% from 255 or 24.23% from 553); Blue value is 196 (76.95% from 255 or 35.44% from 553); Max value from RGB is 223 - color contains mainly: red. Hex color #DF86C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF86C4 is #20793B. Grayscale: #A7A7A7. Windows color (decimal): -2128188 or 12879583. OLE color: 12879583.
HSL color Cylindrical-coordinate representation of color #DF86C4: hue angle of 318.2º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF86C4 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 134 | 196 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.13 |
| HSL | 318.2º | 0.58% | 0.7% | - |
| HSV(B) | 318.2º | 0.4% | 0.87% | - |
| XYZ | 48.92 | 36.72 | 56.73 | - |
| YUV | 167.68 | 143.99 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 134 | 196 | 0 | 0.40 | 0.12 | 0.13 | 318.2 | 0.58 | 0.7 |
| Hex | DF | 86 | C4 | 0 | 28 | C | D | 13E | 3A | 46 |
| Octal | 337 | 206 | 304 | 0 | 50 | 14 | 15 | 476 | 72 | 106 |
| Binary | 11011111 | 10000110 | 11000100 | 0 | 101000 | 1100 | 1101 | 100111110 | 111010 | 1000110 |
Color Harmonies of #DF86C4
Complementary color
Monochromatic Colors of #DF86C4
Black with #DF86C4
Text Example
Text Example
White with #DF86C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF86C4; }
p { color: rgb(223,134,196); }
H1.HeaderClassName
{
color: #DF86C4;
}
.AnyTagClassName
{
color: #DF86C4;
}
</style>
background-color css
<style>
a { background-color: #DF86C4; }
a { background-color: rgb(223,134,196); }
div.DivClassName
{
background-color: #DF86C4;
}
.BgClassName
{
background-color: #DF86C4;
}
</style>
border-color css
<style>
span { border-color: #DF86C4; }
span { border-color: rgb(223,134,196); }
td.TdClassName
{
border-color: #DF86C4;
}
.TagClassName
{
border-color: #DF86C4;
}
</style>