#D58A88

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

Shades of My Pink #D58A88

Tints of My Pink #D58A88

Color information

#D58A88 (or 0xD58A88) is unknown color: approx My Pink. HEX triplet: D5, 8A and 88. RGB value is (213,138,136). Sum of RGB (Red+Green+Blue) = 213+138+136=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 138 (54.30% from 255 or 28.34% from 487); Blue value is 136 (53.52% from 255 or 27.93% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D58A88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58A88 is #2A7577. Grayscale: #A0A0A0. Windows color (decimal): -2782584 or 8948437. OLE color: 8948437.

HSL color Cylindrical-coordinate representation of color #D58A88: hue angle of 1.56º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D58A88 is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB213138136-
CMYK00.350.360.16
HSL1.56º47.83%68.43%-
HSV(B)1.56º36.15%83.53%-
XYZ40.9734.127.72-
YUV160.2114.35165.66-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.74%
GREEN value IS 138 (54.30% from 255) = 28.34%
BLUE value IS 136 (53.52% from 255) = 27.93%
R=43.74%
G=28.34%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313813600.350.360.161.5647.8368.43
HexD58A88023241023044
Octal3252122100434420260104
Binary110101011000101010001000010001110010010000101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58A88; }

 p { color: rgb(213,138,136); }

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

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

 a { background-color: rgb(213,138,136); }

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

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

 span { border-color: rgb(213,138,136); }

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