Shades of Tea Rose #DE82C4
Tints of Tea Rose #DE82C4
RGB
CMYK
RGB Variations
Color information
#DE82C4 (or 0xDE82C4) is known color: Tea Rose. HEX triplet: DE, 82 and C4. RGB value is (222,130,196). Sum of RGB (Red+Green+Blue) = 222+130+196=548 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.51% from 548); Green value is 130 (51.17% from 255 or 23.72% from 548); Blue value is 196 (76.95% from 255 or 35.77% from 548); Max value from RGB is 222 - color contains mainly: red. Hex color #DE82C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE82C4 is #217D3B. Grayscale: #A4A4A4. Windows color (decimal): -2194748 or 12878558. OLE color: 12878558.
HSL color Cylindrical-coordinate representation of color #DE82C4: hue angle of 316.96º 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 #DE82C4 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 130 | 196 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.13 |
| HSL | 316.96º | 0.58% | 0.69% | - |
| HSV(B) | 316.96º | 0.41% | 0.87% | - |
| XYZ | 48.07 | 35.48 | 56.54 | - |
| YUV | 165.03 | 145.48 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 130 | 196 | 0 | 0.41 | 0.12 | 0.13 | 316.96 | 0.58 | 0.69 |
| Hex | DE | 82 | C4 | 0 | 29 | C | D | 13D | 3A | 45 |
| Octal | 336 | 202 | 304 | 0 | 51 | 14 | 15 | 475 | 72 | 105 |
| Binary | 11011110 | 10000010 | 11000100 | 0 | 101001 | 1100 | 1101 | 100111101 | 111010 | 1000101 |
Color Harmonies of #DE82C4
Complementary color
Monochromatic Colors of #DE82C4
Black with #DE82C4
Text Example
Text Example
White with #DE82C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE82C4; }
p { color: rgb(222,130,196); }
H1.HeaderClassName
{
color: #DE82C4;
}
.AnyTagClassName
{
color: #DE82C4;
}
</style>
background-color css
<style>
a { background-color: #DE82C4; }
a { background-color: rgb(222,130,196); }
div.DivClassName
{
background-color: #DE82C4;
}
.BgClassName
{
background-color: #DE82C4;
}
</style>
border-color css
<style>
span { border-color: #DE82C4; }
span { border-color: rgb(222,130,196); }
td.TdClassName
{
border-color: #DE82C4;
}
.TagClassName
{
border-color: #DE82C4;
}
</style>