#DD83C2

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

Shades of Tea Rose #DD83C2

Tints of Tea Rose #DD83C2

Color information

#DD83C2 (or 0xDD83C2) is unknown color: approx Tea Rose. HEX triplet: DD, 83 and C2. RGB value is (221,131,194). Sum of RGB (Red+Green+Blue) = 221+131+194=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 131 (51.56% from 255 or 23.99% from 546); Blue value is 194 (76.17% from 255 or 35.53% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DD83C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD83C2 is #227C3D. Grayscale: #A4A4A4. Windows color (decimal): -2260030 or 12747741. OLE color: 12747741.

HSL color Cylindrical-coordinate representation of color #DD83C2: hue angle of 318º degrees, saturation: 0.57, 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 #DD83C2 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB221131194-
CMYK00.410.120.13
HSL318º56.96%69.02%-
HSV(B)318º40.72%86.67%-
XYZ47.6735.555.38-
YUV165.09144.32167.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.48%
GREEN value IS 131 (51.56% from 255) = 23.99%
BLUE value IS 194 (76.17% from 255) = 35.53%
R=40.48%
G=23.99%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113119400.410.120.1331856.9669.02
HexDD83C2029CD13e3945
Octal335203302051141547671105
Binary1101110110000011110000100101001110011011001111101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD83C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD83C2; }

 p { color: rgb(221,131,194); }

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

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

 a { background-color: rgb(221,131,194); }

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

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

 span { border-color: rgb(221,131,194); }

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