#D58E84

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

Shades of My Pink #D58E84

Tints of My Pink #D58E84

Color information

#D58E84 (or 0xD58E84) is unknown color: approx My Pink. HEX triplet: D5, 8E and 84. RGB value is (213,142,132). Sum of RGB (Red+Green+Blue) = 213+142+132=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 142 (55.86% from 255 or 29.16% from 487); Blue value is 132 (51.95% from 255 or 27.10% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D58E84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58E84 is #2A717B. Grayscale: #A2A2A2. Windows color (decimal): -2781564 or 8687317. OLE color: 8687317.

HSL color Cylindrical-coordinate representation of color #D58E84: hue angle of 7.41º 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 #D58E84 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB213142132-
CMYK00.330.380.16
HSL7.41º49.09%67.65%-
HSV(B)7.41º38.03%83.53%-
XYZ41.2835.1626.44-
YUV162.09111.02164.31-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.74%
GREEN value IS 142 (55.86% from 255) = 29.16%
BLUE value IS 132 (51.95% from 255) = 27.10%
R=43.74%
G=29.16%
B=27.10%

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
Decimal21314213200.330.380.167.4149.0967.65
HexD58E84021261073144
Octal3252162040414620761104
Binary1101010110001110100001000100001100110100001111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58E84; }

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

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

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

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

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

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

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

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