Shades of Tea Rose #DF80C4
Tints of Tea Rose #DF80C4
RGB
CMYK
RGB Variations
Color information
#DF80C4 (or 0xDF80C4) is known color: Tea Rose. HEX triplet: DF, 80 and C4. RGB value is (223,128,196). Sum of RGB (Red+Green+Blue) = 223+128+196=547 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.77% from 547); Green value is 128 (50.39% from 255 or 23.40% from 547); Blue value is 196 (76.95% from 255 or 35.83% from 547); Max value from RGB is 223 - color contains mainly: red. Hex color #DF80C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF80C4 is #207F3B. Grayscale: #A3A3A3. Windows color (decimal): -2129724 or 12878047. OLE color: 12878047.
HSL color Cylindrical-coordinate representation of color #DF80C4: hue angle of 317.05º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF80C4 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 128 | 196 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.13 |
| HSL | 317.05º | 0.6% | 0.69% | - |
| HSV(B) | 317.05º | 0.43% | 0.87% | - |
| XYZ | 48.11 | 35.11 | 56.47 | - |
| YUV | 164.16 | 145.97 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 128 | 196 | 0 | 0.43 | 0.12 | 0.13 | 317.05 | 0.6 | 0.69 |
| Hex | DF | 80 | C4 | 0 | 2B | C | D | 13D | 3C | 45 |
| Octal | 337 | 200 | 304 | 0 | 53 | 14 | 15 | 475 | 74 | 105 |
| Binary | 11011111 | 10000000 | 11000100 | 0 | 101011 | 1100 | 1101 | 100111101 | 111100 | 1000101 |
Color Harmonies of #DF80C4
Complementary color
Monochromatic Colors of #DF80C4
Black with #DF80C4
Text Example
Text Example
White with #DF80C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF80C4; }
p { color: rgb(223,128,196); }
H1.HeaderClassName
{
color: #DF80C4;
}
.AnyTagClassName
{
color: #DF80C4;
}
</style>
background-color css
<style>
a { background-color: #DF80C4; }
a { background-color: rgb(223,128,196); }
div.DivClassName
{
background-color: #DF80C4;
}
.BgClassName
{
background-color: #DF80C4;
}
</style>
border-color css
<style>
span { border-color: #DF80C4; }
span { border-color: rgb(223,128,196); }
td.TdClassName
{
border-color: #DF80C4;
}
.TagClassName
{
border-color: #DF80C4;
}
</style>