Shades of Tea Rose #DB83C1
Tints of Tea Rose #DB83C1
RGB
CMYK
RGB Variations
Color information
#DB83C1 (or 0xDB83C1) is known color: Tea Rose. HEX triplet: DB, 83 and C1. RGB value is (219,131,193). Sum of RGB (Red+Green+Blue) = 219+131+193=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 131 (51.56% from 255 or 24.13% from 543); Blue value is 193 (75.78% from 255 or 35.54% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DB83C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB83C1 is #247C3E. Grayscale: #A4A4A4. Windows color (decimal): -2391103 or 12682203. OLE color: 12682203.
HSL color Cylindrical-coordinate representation of color #DB83C1: hue angle of 317.73º 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 #DB83C1 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 131 | 193 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.14 |
| HSL | 317.73º | 0.55% | 0.69% | - |
| HSV(B) | 317.73º | 0.4% | 0.86% | - |
| XYZ | 46.96 | 35.14 | 54.76 | - |
| YUV | 164.38 | 144.15 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 131 | 193 | 0 | 0.40 | 0.12 | 0.14 | 317.73 | 0.55 | 0.69 |
| Hex | DB | 83 | C1 | 0 | 28 | C | E | 13E | 37 | 45 |
| Octal | 333 | 203 | 301 | 0 | 50 | 14 | 16 | 476 | 67 | 105 |
| Binary | 11011011 | 10000011 | 11000001 | 0 | 101000 | 1100 | 1110 | 100111110 | 110111 | 1000101 |
Color Harmonies of #DB83C1
Complementary color
Monochromatic Colors of #DB83C1
Black with #DB83C1
Text Example
Text Example
White with #DB83C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB83C1; }
p { color: rgb(219,131,193); }
H1.HeaderClassName
{
color: #DB83C1;
}
.AnyTagClassName
{
color: #DB83C1;
}
</style>
background-color css
<style>
a { background-color: #DB83C1; }
a { background-color: rgb(219,131,193); }
div.DivClassName
{
background-color: #DB83C1;
}
.BgClassName
{
background-color: #DB83C1;
}
</style>
border-color css
<style>
span { border-color: #DB83C1; }
span { border-color: rgb(219,131,193); }
td.TdClassName
{
border-color: #DB83C1;
}
.TagClassName
{
border-color: #DB83C1;
}
</style>