#DA9981

Color #DA9981 Tonys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tonys Pink #DA9981

Tints of Tonys Pink #DA9981

Color information

#DA9981 (or 0xDA9981) is unknown color: approx Tonys Pink. HEX triplet: DA, 99 and 81. RGB value is (218,153,129). Sum of RGB (Red+Green+Blue) = 218+153+129=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 153 (60.16% from 255 or 30.6% from 500); Blue value is 129 (50.78% from 255 or 25.8% from 500); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9981 is #25667E. Grayscale: #A9A9A9. Windows color (decimal): -2451071 or 8493530. OLE color: 8493530.

HSL color Cylindrical-coordinate representation of color #DA9981: hue angle of 16.18º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DA9981 is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB218153129-
CMYK00.300.410.15
HSL16.18º54.6%68.04%-
HSV(B)16.18º40.83%85.49%-
XYZ44.2739.2726.02-
YUV169.7105.03162.45-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.6%
GREEN value IS 153 (60.16% from 255) = 30.6%
BLUE value IS 129 (50.78% from 255) = 25.8%
R=43.6%
G=30.6%
B=25.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815312900.300.410.1516.1854.668.04
HexDA998101E29F103744
Octal33223120103651172067104
Binary1101101010011001100000010111101010011111100001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9981; }

 p { color: rgb(218,153,129); }

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

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

 a { background-color: rgb(218,153,129); }

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

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

 span { border-color: rgb(218,153,129); }

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