#D58E85

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

Shades of My Pink #D58E85

Tints of My Pink #D58E85

Color information

#D58E85 (or 0xD58E85) is unknown color: approx My Pink. HEX triplet: D5, 8E and 85. RGB value is (213,142,133). Sum of RGB (Red+Green+Blue) = 213+142+133=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 142 (55.86% from 255 or 29.10% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D58E85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58E85 is #2A717A. Grayscale: #A2A2A2. Windows color (decimal): -2781563 or 8752853. OLE color: 8752853.

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

Color convert

RGB213142133-
CMYK00.330.380.16
HSL6.75º48.78%67.84%-
HSV(B)6.75º37.56%83.53%-
XYZ41.3535.1926.8-
YUV162.2111.52164.23-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.65%
GREEN value IS 142 (55.86% from 255) = 29.10%
BLUE value IS 133 (52.34% from 255) = 27.25%
R=43.65%
G=29.10%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314213300.330.380.166.7548.7867.84
HexD58E85021261073144
Octal3252162050414620761104
Binary1101010110001110100001010100001100110100001111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58E85; }

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

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

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

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

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

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

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

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