#D58E88

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

Shades of My Pink #D58E88

Tints of My Pink #D58E88

Color information

#D58E88 (or 0xD58E88) is unknown color: approx My Pink. HEX triplet: D5, 8E and 88. RGB value is (213,142,136). Sum of RGB (Red+Green+Blue) = 213+142+136=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 142 (55.86% from 255 or 28.92% from 491); Blue value is 136 (53.52% from 255 or 27.70% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D58E88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58E88 is #2A7177. Grayscale: #A2A2A2. Windows color (decimal): -2781560 or 8949461. OLE color: 8949461.

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

Color convert

RGB213142136-
CMYK00.330.360.16
HSL4.68º47.83%68.43%-
HSV(B)4.68º36.15%83.53%-
XYZ41.5635.2727.91-
YUV162.54113.02163.99-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.38%
GREEN value IS 142 (55.86% from 255) = 28.92%
BLUE value IS 136 (53.52% from 255) = 27.70%
R=43.38%
G=28.92%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314213600.330.360.164.6847.8368.43
HexD58E88021241053044
Octal3252162100414420560104
Binary1101010110001110100010000100001100100100001011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58E88; }

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

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

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

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

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

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

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

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