#DA8881

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

Shades of My Pink #DA8881

Tints of My Pink #DA8881

Color information

#DA8881 (or 0xDA8881) is unknown color: approx My Pink. HEX triplet: DA, 88 and 81. RGB value is (218,136,129). Sum of RGB (Red+Green+Blue) = 218+136+129=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 136 (53.52% from 255 or 28.16% from 483); Blue value is 129 (50.78% from 255 or 26.71% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8881 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8881 is #25777E. Grayscale: #9F9F9F. Windows color (decimal): -2455423 or 8489178. OLE color: 8489178.

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

Color convert

RGB218136129-
CMYK00.380.410.15
HSL4.72º54.6%68.04%-
HSV(B)4.72º40.83%85.49%-
XYZ41.6834.125.15-
YUV159.72110.67169.57-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.13%
GREEN value IS 136 (53.52% from 255) = 28.16%
BLUE value IS 129 (50.78% from 255) = 26.71%
R=45.13%
G=28.16%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813612900.380.410.154.7254.668.04
HexDA888102629F53744
Octal3322102010465117567104
Binary110110101000100010000001010011010100111111011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8881; }

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

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

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

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

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

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

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

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