Shades of Tea Rose #DF82C4
Tints of Tea Rose #DF82C4
RGB
CMYK
RGB Variations
Color information
#DF82C4 (or 0xDF82C4) is known color: Tea Rose. HEX triplet: DF, 82 and C4. RGB value is (223,130,196). Sum of RGB (Red+Green+Blue) = 223+130+196=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 130 (51.17% from 255 or 23.68% from 549); Blue value is 196 (76.95% from 255 or 35.70% from 549); Max value from RGB is 223 - color contains mainly: red. Hex color #DF82C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF82C4 is #207D3B. Grayscale: #A5A5A5. Windows color (decimal): -2129212 or 12878559. OLE color: 12878559.
HSL color Cylindrical-coordinate representation of color #DF82C4: hue angle of 317.42º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DF82C4 is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 130 | 196 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.13 |
| HSL | 317.42º | 0.59% | 0.69% | - |
| HSV(B) | 317.42º | 0.42% | 0.87% | - |
| XYZ | 48.38 | 35.64 | 56.55 | - |
| YUV | 165.33 | 145.31 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 196 | 0 | 0.42 | 0.12 | 0.13 | 317.42 | 0.59 | 0.69 |
| Hex | DF | 82 | C4 | 0 | 2A | C | D | 13D | 3B | 45 |
| Octal | 337 | 202 | 304 | 0 | 52 | 14 | 15 | 475 | 73 | 105 |
| Binary | 11011111 | 10000010 | 11000100 | 0 | 101010 | 1100 | 1101 | 100111101 | 111011 | 1000101 |
Color Harmonies of #DF82C4
Complementary color
Monochromatic Colors of #DF82C4
Black with #DF82C4
Text Example
Text Example
White with #DF82C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF82C4; }
p { color: rgb(223,130,196); }
H1.HeaderClassName
{
color: #DF82C4;
}
.AnyTagClassName
{
color: #DF82C4;
}
</style>
background-color css
<style>
a { background-color: #DF82C4; }
a { background-color: rgb(223,130,196); }
div.DivClassName
{
background-color: #DF82C4;
}
.BgClassName
{
background-color: #DF82C4;
}
</style>
border-color css
<style>
span { border-color: #DF82C4; }
span { border-color: rgb(223,130,196); }
td.TdClassName
{
border-color: #DF82C4;
}
.TagClassName
{
border-color: #DF82C4;
}
</style>