#DA9584

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

Shades of My Pink #DA9584

Tints of My Pink #DA9584

Color information

#DA9584 (or 0xDA9584) is unknown color: approx My Pink. HEX triplet: DA, 95 and 84. RGB value is (218,149,132). Sum of RGB (Red+Green+Blue) = 218+149+132=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 149 (58.59% from 255 or 29.86% from 499); Blue value is 132 (51.95% from 255 or 26.45% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9584 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9584 is #256A7B. Grayscale: #A7A7A7. Windows color (decimal): -2452092 or 8689114. OLE color: 8689114.

HSL color Cylindrical-coordinate representation of color #DA9584: hue angle of 11.86º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA9584 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB218149132-
CMYK00.320.390.15
HSL11.86º53.75%68.63%-
HSV(B)11.86º39.45%85.49%-
XYZ43.8338.0726.87-
YUV167.69107.86163.88-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.69%
GREEN value IS 149 (58.59% from 255) = 29.86%
BLUE value IS 132 (51.95% from 255) = 26.45%
R=43.69%
G=29.86%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814913200.320.390.1511.8653.7568.63
HexDA958402027Fc3645
Octal33222520404047171466105
Binary1101101010010101100001000100000100111111111001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9584; }

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

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

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

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

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

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

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

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