Shades of Tea Rose #DB83C3
Tints of Tea Rose #DB83C3
RGB
CMYK
RGB Variations
Color information
#DB83C3 (or 0xDB83C3) is known color: Tea Rose. HEX triplet: DB, 83 and C3. RGB value is (219,131,195). Sum of RGB (Red+Green+Blue) = 219+131+195=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 131 (51.56% from 255 or 24.04% from 545); Blue value is 195 (76.56% from 255 or 35.78% from 545); Max value from RGB is 219 - color contains mainly: red. Hex color #DB83C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB83C3 is #247C3C. Grayscale: #A4A4A4. Windows color (decimal): -2391101 or 12813275. OLE color: 12813275.
HSL color Cylindrical-coordinate representation of color #DB83C3: hue angle of 316.36º degrees, saturation: 0.55, 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 #DB83C3 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 131 | 195 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.14 |
| HSL | 316.36º | 0.55% | 0.69% | - |
| HSV(B) | 316.36º | 0.4% | 0.86% | - |
| XYZ | 47.18 | 35.23 | 55.94 | - |
| YUV | 164.61 | 145.15 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 131 | 195 | 0 | 0.40 | 0.11 | 0.14 | 316.36 | 0.55 | 0.69 |
| Hex | DB | 83 | C3 | 0 | 28 | B | E | 13C | 37 | 45 |
| Octal | 333 | 203 | 303 | 0 | 50 | 13 | 16 | 474 | 67 | 105 |
| Binary | 11011011 | 10000011 | 11000011 | 0 | 101000 | 1011 | 1110 | 100111100 | 110111 | 1000101 |
Color Harmonies of #DB83C3
Complementary color
Monochromatic Colors of #DB83C3
Black with #DB83C3
Text Example
Text Example
White with #DB83C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB83C3; }
p { color: rgb(219,131,195); }
H1.HeaderClassName
{
color: #DB83C3;
}
.AnyTagClassName
{
color: #DB83C3;
}
</style>
background-color css
<style>
a { background-color: #DB83C3; }
a { background-color: rgb(219,131,195); }
div.DivClassName
{
background-color: #DB83C3;
}
.BgClassName
{
background-color: #DB83C3;
}
</style>
border-color css
<style>
span { border-color: #DB83C3; }
span { border-color: rgb(219,131,195); }
td.TdClassName
{
border-color: #DB83C3;
}
.TagClassName
{
border-color: #DB83C3;
}
</style>