#DA9582

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

Shades of My Pink #DA9582

Tints of My Pink #DA9582

Color information

#DA9582 (or 0xDA9582) is unknown color: approx My Pink. HEX triplet: DA, 95 and 82. RGB value is (218,149,130). Sum of RGB (Red+Green+Blue) = 218+149+130=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 149 (58.59% from 255 or 29.98% from 497); Blue value is 130 (51.17% from 255 or 26.16% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9582 is #256A7D. Grayscale: #A7A7A7. Windows color (decimal): -2452094 or 8558042. OLE color: 8558042.

HSL color Cylindrical-coordinate representation of color #DA9582: hue angle of 12.95º 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 #DA9582 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB218149130-
CMYK00.320.400.15
HSL12.95º54.32%68.24%-
HSV(B)12.95º40.37%85.49%-
XYZ43.6938.0126.15-
YUV167.46106.86164.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.86%
GREEN value IS 149 (58.59% from 255) = 29.98%
BLUE value IS 130 (51.17% from 255) = 26.16%
R=43.86%
G=29.98%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814913000.320.400.1512.9554.3268.24
HexDA958202028Fd3644
Octal33222520204050171566104
Binary1101101010010101100000100100000101000111111011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9582; }

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

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

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

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

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

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

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

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