Shades of Tea Rose #DC84C2
Tints of Tea Rose #DC84C2
RGB
CMYK
RGB Variations
Color information
#DC84C2 (or 0xDC84C2) is known color: Tea Rose. HEX triplet: DC, 84 and C2. RGB value is (220,132,194). Sum of RGB (Red+Green+Blue) = 220+132+194=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 132 (51.95% from 255 or 24.18% from 546); Blue value is 194 (76.17% from 255 or 35.53% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DC84C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC84C2 is #237B3D. Grayscale: #A5A5A5. Windows color (decimal): -2325310 or 12747996. OLE color: 12747996.
HSL color Cylindrical-coordinate representation of color #DC84C2: hue angle of 317.73º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC84C2 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 132 | 194 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.14 |
| HSL | 317.73º | 0.56% | 0.69% | - |
| HSV(B) | 317.73º | 0.4% | 0.86% | - |
| XYZ | 47.5 | 35.61 | 55.41 | - |
| YUV | 165.38 | 144.15 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 194 | 0 | 0.40 | 0.12 | 0.14 | 317.73 | 0.56 | 0.69 |
| Hex | DC | 84 | C2 | 0 | 28 | C | E | 13E | 38 | 45 |
| Octal | 334 | 204 | 302 | 0 | 50 | 14 | 16 | 476 | 70 | 105 |
| Binary | 11011100 | 10000100 | 11000010 | 0 | 101000 | 1100 | 1110 | 100111110 | 111000 | 1000101 |
Color Harmonies of #DC84C2
Complementary color
Monochromatic Colors of #DC84C2
Black with #DC84C2
Text Example
Text Example
White with #DC84C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC84C2; }
p { color: rgb(220,132,194); }
H1.HeaderClassName
{
color: #DC84C2;
}
.AnyTagClassName
{
color: #DC84C2;
}
</style>
background-color css
<style>
a { background-color: #DC84C2; }
a { background-color: rgb(220,132,194); }
div.DivClassName
{
background-color: #DC84C2;
}
.BgClassName
{
background-color: #DC84C2;
}
</style>
border-color css
<style>
span { border-color: #DC84C2; }
span { border-color: rgb(220,132,194); }
td.TdClassName
{
border-color: #DC84C2;
}
.TagClassName
{
border-color: #DC84C2;
}
</style>