Shades of Tea Rose #DF83C4
Tints of Tea Rose #DF83C4
RGB
CMYK
RGB Variations
Color information
#DF83C4 (or 0xDF83C4) is known color: Tea Rose. HEX triplet: DF, 83 and C4. RGB value is (223,131,196). Sum of RGB (Red+Green+Blue) = 223+131+196=550 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.55% from 550); Green value is 131 (51.56% from 255 or 23.82% from 550); Blue value is 196 (76.95% from 255 or 35.64% from 550); Max value from RGB is 223 - color contains mainly: red. Hex color #DF83C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF83C4 is #207C3B. Grayscale: #A5A5A5. Windows color (decimal): -2128956 or 12878815. OLE color: 12878815.
HSL color Cylindrical-coordinate representation of color #DF83C4: hue angle of 317.61º 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 #DF83C4 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 131 | 196 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.13 |
| HSL | 317.61º | 0.59% | 0.69% | - |
| HSV(B) | 317.61º | 0.41% | 0.87% | - |
| XYZ | 48.51 | 35.91 | 56.6 | - |
| YUV | 165.92 | 144.98 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 131 | 196 | 0 | 0.41 | 0.12 | 0.13 | 317.61 | 0.59 | 0.69 |
| Hex | DF | 83 | C4 | 0 | 29 | C | D | 13E | 3B | 45 |
| Octal | 337 | 203 | 304 | 0 | 51 | 14 | 15 | 476 | 73 | 105 |
| Binary | 11011111 | 10000011 | 11000100 | 0 | 101001 | 1100 | 1101 | 100111110 | 111011 | 1000101 |
Color Harmonies of #DF83C4
Complementary color
Monochromatic Colors of #DF83C4
Black with #DF83C4
Text Example
Text Example
White with #DF83C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF83C4; }
p { color: rgb(223,131,196); }
H1.HeaderClassName
{
color: #DF83C4;
}
.AnyTagClassName
{
color: #DF83C4;
}
</style>
background-color css
<style>
a { background-color: #DF83C4; }
a { background-color: rgb(223,131,196); }
div.DivClassName
{
background-color: #DF83C4;
}
.BgClassName
{
background-color: #DF83C4;
}
</style>
border-color css
<style>
span { border-color: #DF83C4; }
span { border-color: rgb(223,131,196); }
td.TdClassName
{
border-color: #DF83C4;
}
.TagClassName
{
border-color: #DF83C4;
}
</style>