#D58F81

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

Shades of My Pink #D58F81

Tints of My Pink #D58F81

Color information

#D58F81 (or 0xD58F81) is unknown color: approx My Pink. HEX triplet: D5, 8F and 81. RGB value is (213,143,129). Sum of RGB (Red+Green+Blue) = 213+143+129=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 143 (56.25% from 255 or 29.48% from 485); Blue value is 129 (50.78% from 255 or 26.60% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58F81 is #2A707E. Grayscale: #A2A2A2. Windows color (decimal): -2781311 or 8490965. OLE color: 8490965.

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

Color convert

RGB213143129-
CMYK00.330.390.16
HSL10º50%67.06%-
HSV(B)10º39.44%83.53%-
XYZ41.2335.3825.42-
YUV162.33109.19164.14-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.92%
GREEN value IS 143 (56.25% from 255) = 29.48%
BLUE value IS 129 (50.78% from 255) = 26.60%
R=43.92%
G=29.48%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314312900.330.390.16105067.06
HexD58F810212710a3243
Octal32521720104147201262103
Binary11010101100011111000000101000011001111000010101100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58F81; }

 p { color: rgb(213,143,129); }

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

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

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

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

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

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

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