#DA9088

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

Shades of My Pink #DA9088

Tints of My Pink #DA9088

Color information

#DA9088 (or 0xDA9088) is unknown color: approx My Pink. HEX triplet: DA, 90 and 88. RGB value is (218,144,136). Sum of RGB (Red+Green+Blue) = 218+144+136=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 144 (56.64% from 255 or 28.92% from 498); Blue value is 136 (53.52% from 255 or 27.31% from 498); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9088 is #256F77. Grayscale: #A5A5A5. Windows color (decimal): -2453368 or 8949978. OLE color: 8949978.

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

Color convert

RGB218144136-
CMYK00.340.380.15
HSL5.85º52.56%69.41%-
HSV(B)5.85º37.61%85.49%-
XYZ43.3336.6328.08-
YUV165.21111.52165.65-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.78%
GREEN value IS 144 (56.64% from 255) = 28.92%
BLUE value IS 136 (53.52% from 255) = 27.31%
R=43.78%
G=28.92%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814413600.340.380.155.8552.5669.41
HexDA908802226F63545
Octal3322202100424617665105
Binary110110101001000010001000010001010011011111101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9088; }

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

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

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

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

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

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

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

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