#DA9882

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

Shades of Tonys Pink #DA9882

Tints of Tonys Pink #DA9882

Color information

#DA9882 (or 0xDA9882) is unknown color: approx Tonys Pink. HEX triplet: DA, 98 and 82. RGB value is (218,152,130). Sum of RGB (Red+Green+Blue) = 218+152+130=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 130 (51.17% from 255 or 26% from 500); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9882 is #25677D. Grayscale: #A9A9A9. Windows color (decimal): -2451326 or 8558810. OLE color: 8558810.

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

Color convert

RGB218152130-
CMYK00.300.400.15
HSL15º54.32%68.24%-
HSV(B)15º40.37%85.49%-
XYZ44.1738.9726.31-
YUV169.23105.87162.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.6%
GREEN value IS 152 (59.77% from 255) = 30.4%
BLUE value IS 130 (51.17% from 255) = 26%
R=43.6%
G=30.4%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815213000.300.400.151554.3268.24
HexDA988201E28Ff3644
Octal33223020203650171766104
Binary110110101001100010000010011110101000111111111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9882; }

 p { color: rgb(218,152,130); }

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

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

 a { background-color: rgb(218,152,130); }

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

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

 span { border-color: rgb(218,152,130); }

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