#DD86C6

Color #DD86C6 Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #DD86C6

Tints of Tea Rose #DD86C6

Color information

#DD86C6 (or 0xDD86C6) is unknown color: approx Tea Rose. HEX triplet: DD, 86 and C6. RGB value is (221,134,198). Sum of RGB (Red+Green+Blue) = 221+134+198=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 134 (52.73% from 255 or 24.23% from 553); Blue value is 198 (77.73% from 255 or 35.80% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DD86C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD86C6 is #227939. Grayscale: #A7A7A7. Windows color (decimal): -2259258 or 13010653. OLE color: 13010653.

HSL color Cylindrical-coordinate representation of color #DD86C6: hue angle of 315.86º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DD86C6 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB221134198-
CMYK00.390.100.13
HSL315.86º56.13%69.61%-
HSV(B)315.86º39.37%86.67%-
XYZ48.5436.557.91-
YUV167.31145.32166.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 39.96%
GREEN value IS 134 (52.73% from 255) = 24.23%
BLUE value IS 198 (77.73% from 255) = 35.80%
R=39.96%
G=24.23%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113419800.390.100.13315.8656.1369.61
HexDD86C6027AD13c3846
Octal335206306047121547470106
Binary1101110110000110110001100100111101011011001111001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD86C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD86C6; }

 p { color: rgb(221,134,198); }

 H1.HeaderClassName
 {
   color: #DD86C6;
 }
 .AnyTagClassName
 {
   color: #DD86C6;
 }
</style>
background-color css

<style>
 a { background-color: #DD86C6; }

 a { background-color: rgb(221,134,198); }

 div.DivClassName
 {
   background-color: #DD86C6;
 }
 .BgClassName
 {
   background-color: #DD86C6;
 }
</style>
border-color css

<style>
 span { border-color: #DD86C6; }

 span { border-color: rgb(221,134,198); }

 td.TdClassName
 {
   border-color: #DD86C6;
 }
 .TagClassName
 {
   border-color: #DD86C6;
 }
</style>