#D58884

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

Shades of My Pink #D58884

Tints of My Pink #D58884

Color information

#D58884 (or 0xD58884) is unknown color: approx My Pink. HEX triplet: D5, 88 and 84. RGB value is (213,136,132). Sum of RGB (Red+Green+Blue) = 213+136+132=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 136 (53.52% from 255 or 28.27% from 481); Blue value is 132 (51.95% from 255 or 27.44% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D58884 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58884 is #2A777B. Grayscale: #9E9E9E. Windows color (decimal): -2783100 or 8685781. OLE color: 8685781.

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

Color convert

RGB213136132-
CMYK00.360.380.16
HSL2.96º49.09%67.65%-
HSV(B)2.96º38.03%83.53%-
XYZ40.4133.4226.15-
YUV158.57113.01166.83-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.28%
GREEN value IS 136 (53.52% from 255) = 28.27%
BLUE value IS 132 (51.95% from 255) = 27.44%
R=44.28%
G=28.27%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313613200.360.380.162.9649.0967.65
HexD58884024261033144
Octal3252102040444620361104
Binary110101011000100010000100010010010011010000111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58884; }

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

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

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

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

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

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

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

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