#DD83C5

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

Shades of Tea Rose #DD83C5

Tints of Tea Rose #DD83C5

Color information

#DD83C5 (or 0xDD83C5) is unknown color: approx Tea Rose. HEX triplet: DD, 83 and C5. RGB value is (221,131,197). Sum of RGB (Red+Green+Blue) = 221+131+197=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 131 (51.56% from 255 or 23.86% from 549); Blue value is 197 (77.34% from 255 or 35.88% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DD83C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD83C5 is #227C3A. Grayscale: #A5A5A5. Windows color (decimal): -2260027 or 12944349. OLE color: 12944349.

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

Color convert

RGB221131197-
CMYK00.410.110.13
HSL316º56.96%69.02%-
HSV(B)316º40.72%86.67%-
XYZ48.0135.6457.17-
YUV165.43145.82167.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.26%
GREEN value IS 131 (51.56% from 255) = 23.86%
BLUE value IS 197 (77.34% from 255) = 35.88%
R=40.26%
G=23.86%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113119700.410.110.1331656.9669.02
HexDD83C5029BD13c3945
Octal335203305051131547471105
Binary1101110110000011110001010101001101111011001111001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD83C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD83C5; }

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

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

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

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

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

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

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

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