#DF81C4

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

Shades of Tea Rose #DF81C4

Tints of Tea Rose #DF81C4

Color information

#DF81C4 (or 0xDF81C4) is unknown color: approx Tea Rose. HEX triplet: DF, 81 and C4. RGB value is (223,129,196). Sum of RGB (Red+Green+Blue) = 223+129+196=548 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.69% from 548); Green value is 129 (50.78% from 255 or 23.54% from 548); Blue value is 196 (76.95% from 255 or 35.77% from 548); Max value from RGB is 223 - color contains mainly: red. Hex color #DF81C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF81C4 is #207E3B. Grayscale: #A4A4A4. Windows color (decimal): -2129468 or 12878303. OLE color: 12878303.

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

Color convert

RGB223129196-
CMYK00.420.120.13
HSL317.23º59.49%69.02%-
HSV(B)317.23º42.15%87.45%-
XYZ48.2535.3756.51-
YUV164.74145.64169.55-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.69%
GREEN value IS 129 (50.78% from 255) = 23.54%
BLUE value IS 196 (76.95% from 255) = 35.77%
R=40.69%
G=23.54%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312919600.420.120.13317.2359.4969.02
HexDF81C402ACD13d3b45
Octal337201304052141547573105
Binary1101111110000001110001000101010110011011001111011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF81C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF81C4; }

 p { color: rgb(223,129,196); }

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

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

 a { background-color: rgb(223,129,196); }

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

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

 span { border-color: rgb(223,129,196); }

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