Shades of Tea Rose #DF7FC5
Tints of Tea Rose #DF7FC5
RGB
CMYK
RGB Variations
Color information
#DF7FC5 (or 0xDF7FC5) is known color: Tea Rose. HEX triplet: DF, 7F and C5. RGB value is (223,127,197). Sum of RGB (Red+Green+Blue) = 223+127+197=547 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.77% from 547); Green value is 127 (50% from 255 or 23.22% from 547); Blue value is 197 (77.34% from 255 or 36.01% from 547); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7FC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7FC5 is #20803A. Grayscale: #A3A3A3. Windows color (decimal): -2129979 or 12943327. OLE color: 12943327.
HSL color Cylindrical-coordinate representation of color #DF7FC5: hue angle of 316.25º 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 #DF7FC5 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 127 | 197 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.13 |
| HSL | 316.25º | 0.6% | 0.69% | - |
| HSV(B) | 316.25º | 0.43% | 0.87% | - |
| XYZ | 48.1 | 34.9 | 57.02 | - |
| YUV | 163.68 | 146.8 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 127 | 197 | 0 | 0.43 | 0.12 | 0.13 | 316.25 | 0.6 | 0.69 |
| Hex | DF | 7F | C5 | 0 | 2B | C | D | 13C | 3C | 45 |
| Octal | 337 | 177 | 305 | 0 | 53 | 14 | 15 | 474 | 74 | 105 |
| Binary | 11011111 | 1111111 | 11000101 | 0 | 101011 | 1100 | 1101 | 100111100 | 111100 | 1000101 |
Color Harmonies of #DF7FC5
Complementary color
Monochromatic Colors of #DF7FC5
Black with #DF7FC5
Text Example
Text Example
White with #DF7FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7FC5; }
p { color: rgb(223,127,197); }
H1.HeaderClassName
{
color: #DF7FC5;
}
.AnyTagClassName
{
color: #DF7FC5;
}
</style>
background-color css
<style>
a { background-color: #DF7FC5; }
a { background-color: rgb(223,127,197); }
div.DivClassName
{
background-color: #DF7FC5;
}
.BgClassName
{
background-color: #DF7FC5;
}
</style>
border-color css
<style>
span { border-color: #DF7FC5; }
span { border-color: rgb(223,127,197); }
td.TdClassName
{
border-color: #DF7FC5;
}
.TagClassName
{
border-color: #DF7FC5;
}
</style>