Shades of Tea Rose #DE84C4
Tints of Tea Rose #DE84C4
RGB
CMYK
RGB Variations
Color information
#DE84C4 (or 0xDE84C4) is known color: Tea Rose. HEX triplet: DE, 84 and C4. RGB value is (222,132,196). Sum of RGB (Red+Green+Blue) = 222+132+196=550 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.36% from 550); Green value is 132 (51.95% from 255 or 24% from 550); Blue value is 196 (76.95% from 255 or 35.64% from 550); Max value from RGB is 222 - color contains mainly: red. Hex color #DE84C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE84C4 is #217B3B. Grayscale: #A6A6A6. Windows color (decimal): -2194236 or 12879070. OLE color: 12879070.
HSL color Cylindrical-coordinate representation of color #DE84C4: hue angle of 317.33º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DE84C4 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 132 | 196 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.13 |
| HSL | 317.33º | 0.58% | 0.69% | - |
| HSV(B) | 317.33º | 0.41% | 0.87% | - |
| XYZ | 48.34 | 36.02 | 56.63 | - |
| YUV | 166.21 | 144.82 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 132 | 196 | 0 | 0.41 | 0.12 | 0.13 | 317.33 | 0.58 | 0.69 |
| Hex | DE | 84 | C4 | 0 | 29 | C | D | 13D | 3A | 45 |
| Octal | 336 | 204 | 304 | 0 | 51 | 14 | 15 | 475 | 72 | 105 |
| Binary | 11011110 | 10000100 | 11000100 | 0 | 101001 | 1100 | 1101 | 100111101 | 111010 | 1000101 |
Color Harmonies of #DE84C4
Complementary color
Monochromatic Colors of #DE84C4
Black with #DE84C4
Text Example
Text Example
White with #DE84C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE84C4; }
p { color: rgb(222,132,196); }
H1.HeaderClassName
{
color: #DE84C4;
}
.AnyTagClassName
{
color: #DE84C4;
}
</style>
background-color css
<style>
a { background-color: #DE84C4; }
a { background-color: rgb(222,132,196); }
div.DivClassName
{
background-color: #DE84C4;
}
.BgClassName
{
background-color: #DE84C4;
}
</style>
border-color css
<style>
span { border-color: #DE84C4; }
span { border-color: rgb(222,132,196); }
td.TdClassName
{
border-color: #DE84C4;
}
.TagClassName
{
border-color: #DE84C4;
}
</style>