#D58A8A

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

Shades of My Pink #D58A8A

Tints of My Pink #D58A8A

Color information

#D58A8A (or 0xD58A8A) is unknown color: approx My Pink. HEX triplet: D5, 8A and 8A. RGB value is (213,138,138). Sum of RGB (Red+Green+Blue) = 213+138+138=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 138 (54.30% from 255 or 28.22% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 213 - color contains mainly: red. Hex color #D58A8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58A8A is #2A7575. Grayscale: #A0A0A0. Windows color (decimal): -2782582 or 9079509. OLE color: 9079509.

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

Color convert

RGB213138138-
CMYK00.350.350.16
HSL47.17%68.82%-
HSV(B)35.21%83.53%-
XYZ41.1234.1628.47-
YUV160.42115.35165.5-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.56%
GREEN value IS 138 (54.30% from 255) = 28.22%
BLUE value IS 138 (54.30% from 255) = 28.22%
R=43.56%
G=28.22%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313813800.350.350.16047.1768.82
HexD58A8A023231002f45
Octal3252122120434320057105
Binary11010101100010101000101001000111000111000001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58A8A; }

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

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

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

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

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

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

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

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