Shades of Tea Rose #DF83C3
Tints of Tea Rose #DF83C3
RGB
CMYK
RGB Variations
Color information
#DF83C3 (or 0xDF83C3) is known color: Tea Rose. HEX triplet: DF, 83 and C3. RGB value is (223,131,195). Sum of RGB (Red+Green+Blue) = 223+131+195=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 131 (51.56% from 255 or 23.86% from 549); Blue value is 195 (76.56% from 255 or 35.52% from 549); Max value from RGB is 223 - color contains mainly: red. Hex color #DF83C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF83C3 is #207C3C. Grayscale: #A5A5A5. Windows color (decimal): -2128957 or 12813279. OLE color: 12813279.
HSL color Cylindrical-coordinate representation of color #DF83C3: hue angle of 318.26º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF83C3 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 131 | 195 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.13 |
| HSL | 318.26º | 0.59% | 0.69% | - |
| HSV(B) | 318.26º | 0.41% | 0.87% | - |
| XYZ | 48.4 | 35.86 | 56 | - |
| YUV | 165.8 | 144.48 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 131 | 195 | 0 | 0.41 | 0.13 | 0.13 | 318.26 | 0.59 | 0.69 |
| Hex | DF | 83 | C3 | 0 | 29 | D | D | 13E | 3B | 45 |
| Octal | 337 | 203 | 303 | 0 | 51 | 15 | 15 | 476 | 73 | 105 |
| Binary | 11011111 | 10000011 | 11000011 | 0 | 101001 | 1101 | 1101 | 100111110 | 111011 | 1000101 |
Color Harmonies of #DF83C3
Complementary color
Monochromatic Colors of #DF83C3
Black with #DF83C3
Text Example
Text Example
White with #DF83C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF83C3; }
p { color: rgb(223,131,195); }
H1.HeaderClassName
{
color: #DF83C3;
}
.AnyTagClassName
{
color: #DF83C3;
}
</style>
background-color css
<style>
a { background-color: #DF83C3; }
a { background-color: rgb(223,131,195); }
div.DivClassName
{
background-color: #DF83C3;
}
.BgClassName
{
background-color: #DF83C3;
}
</style>
border-color css
<style>
span { border-color: #DF83C3; }
span { border-color: rgb(223,131,195); }
td.TdClassName
{
border-color: #DF83C3;
}
.TagClassName
{
border-color: #DF83C3;
}
</style>