#DF80C3

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

Shades of Tea Rose #DF80C3

Tints of Tea Rose #DF80C3

Color information

#DF80C3 (or 0xDF80C3) is unknown color: approx Tea Rose. HEX triplet: DF, 80 and C3. RGB value is (223,128,195). Sum of RGB (Red+Green+Blue) = 223+128+195=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 128 (50.39% from 255 or 23.44% from 546); Blue value is 195 (76.56% from 255 or 35.71% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DF80C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF80C3 is #207F3C. Grayscale: #A3A3A3. Windows color (decimal): -2129725 or 12812511. OLE color: 12812511.

HSL color Cylindrical-coordinate representation of color #DF80C3: hue angle of 317.68º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF80C3 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB223128195-
CMYK00.430.130.13
HSL317.68º59.75%68.82%-
HSV(B)317.68º42.6%87.45%-
XYZ4835.0755.87-
YUV164.04145.47170.05-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.84%
GREEN value IS 128 (50.39% from 255) = 23.44%
BLUE value IS 195 (76.56% from 255) = 35.71%
R=40.84%
G=23.44%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312819500.430.130.13317.6859.7568.82
HexDF80C302BDD13e3c45
Octal337200303053151547674105
Binary1101111110000000110000110101011110111011001111101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF80C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF80C3; }

 p { color: rgb(223,128,195); }

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

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

 a { background-color: rgb(223,128,195); }

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

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

 span { border-color: rgb(223,128,195); }

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