Shades of Tea Rose #DC83C4
Tints of Tea Rose #DC83C4
RGB
CMYK
RGB Variations
Color information
#DC83C4 (or 0xDC83C4) is known color: Tea Rose. HEX triplet: DC, 83 and C4. RGB value is (220,131,196). Sum of RGB (Red+Green+Blue) = 220+131+196=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 131 (51.56% from 255 or 23.95% from 547); Blue value is 196 (76.95% from 255 or 35.83% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DC83C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC83C4 is #237C3B. Grayscale: #A4A4A4. Windows color (decimal): -2325564 or 12878812. OLE color: 12878812.
HSL color Cylindrical-coordinate representation of color #DC83C4: hue angle of 316.18º 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 #DC83C4 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 131 | 196 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.14 |
| HSL | 316.18º | 0.56% | 0.69% | - |
| HSV(B) | 316.18º | 0.4% | 0.86% | - |
| XYZ | 47.6 | 35.43 | 56.56 | - |
| YUV | 165.02 | 145.49 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 131 | 196 | 0 | 0.40 | 0.11 | 0.14 | 316.18 | 0.56 | 0.69 |
| Hex | DC | 83 | C4 | 0 | 28 | B | E | 13C | 38 | 45 |
| Octal | 334 | 203 | 304 | 0 | 50 | 13 | 16 | 474 | 70 | 105 |
| Binary | 11011100 | 10000011 | 11000100 | 0 | 101000 | 1011 | 1110 | 100111100 | 111000 | 1000101 |
Color Harmonies of #DC83C4
Complementary color
Monochromatic Colors of #DC83C4
Black with #DC83C4
Text Example
Text Example
White with #DC83C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC83C4; }
p { color: rgb(220,131,196); }
H1.HeaderClassName
{
color: #DC83C4;
}
.AnyTagClassName
{
color: #DC83C4;
}
</style>
background-color css
<style>
a { background-color: #DC83C4; }
a { background-color: rgb(220,131,196); }
div.DivClassName
{
background-color: #DC83C4;
}
.BgClassName
{
background-color: #DC83C4;
}
</style>
border-color css
<style>
span { border-color: #DC83C4; }
span { border-color: rgb(220,131,196); }
td.TdClassName
{
border-color: #DC83C4;
}
.TagClassName
{
border-color: #DC83C4;
}
</style>