Shades of Tea Rose #DC83C3
Tints of Tea Rose #DC83C3
RGB
CMYK
RGB Variations
Color information
#DC83C3 (or 0xDC83C3) is known color: Tea Rose. HEX triplet: DC, 83 and C3. RGB value is (220,131,195). Sum of RGB (Red+Green+Blue) = 220+131+195=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 131 (51.56% from 255 or 23.99% from 546); Blue value is 195 (76.56% from 255 or 35.71% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DC83C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC83C3 is #237C3C. Grayscale: #A4A4A4. Windows color (decimal): -2325565 or 12813276. OLE color: 12813276.
HSL color Cylindrical-coordinate representation of color #DC83C3: hue angle of 316.85º 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 #DC83C3 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 131 | 195 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.14 |
| HSL | 316.85º | 0.56% | 0.69% | - |
| HSV(B) | 316.85º | 0.4% | 0.86% | - |
| XYZ | 47.48 | 35.39 | 55.96 | - |
| YUV | 164.91 | 144.99 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 131 | 195 | 0 | 0.40 | 0.11 | 0.14 | 316.85 | 0.56 | 0.69 |
| Hex | DC | 83 | C3 | 0 | 28 | B | E | 13D | 38 | 45 |
| Octal | 334 | 203 | 303 | 0 | 50 | 13 | 16 | 475 | 70 | 105 |
| Binary | 11011100 | 10000011 | 11000011 | 0 | 101000 | 1011 | 1110 | 100111101 | 111000 | 1000101 |
Color Harmonies of #DC83C3
Complementary color
Monochromatic Colors of #DC83C3
Black with #DC83C3
Text Example
Text Example
White with #DC83C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC83C3; }
p { color: rgb(220,131,195); }
H1.HeaderClassName
{
color: #DC83C3;
}
.AnyTagClassName
{
color: #DC83C3;
}
</style>
background-color css
<style>
a { background-color: #DC83C3; }
a { background-color: rgb(220,131,195); }
div.DivClassName
{
background-color: #DC83C3;
}
.BgClassName
{
background-color: #DC83C3;
}
</style>
border-color css
<style>
span { border-color: #DC83C3; }
span { border-color: rgb(220,131,195); }
td.TdClassName
{
border-color: #DC83C3;
}
.TagClassName
{
border-color: #DC83C3;
}
</style>