#D58E80

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

Shades of My Pink #D58E80

Tints of My Pink #D58E80

Color information

#D58E80 (or 0xD58E80) is unknown color: approx My Pink. HEX triplet: D5, 8E and 80. RGB value is (213,142,128). Sum of RGB (Red+Green+Blue) = 213+142+128=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 142 (55.86% from 255 or 29.40% from 483); Blue value is 128 (50.39% from 255 or 26.50% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D58E80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58E80 is #2A717F. Grayscale: #A1A1A1. Windows color (decimal): -2781568 or 8425173. OLE color: 8425173.

HSL color Cylindrical-coordinate representation of color #D58E80: hue angle of 9.88º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D58E80 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB213142128-
CMYK00.330.400.16
HSL9.88º50.3%66.86%-
HSV(B)9.88º39.91%83.53%-
XYZ41.0135.0525.03-
YUV161.63109.02164.64-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.10%
GREEN value IS 142 (55.86% from 255) = 29.40%
BLUE value IS 128 (50.39% from 255) = 26.50%
R=44.10%
G=29.40%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314212800.330.400.169.8850.366.86
HexD58E800212810a3243
Octal32521620004150201262103
Binary11010101100011101000000001000011010001000010101100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58E80; }

 p { color: rgb(213,142,128); }

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

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

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

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

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

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

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