#D28D87

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

Shades of My Pink #D28D87

Tints of My Pink #D28D87

Color information

#D28D87 (or 0xD28D87) is unknown color: approx My Pink. HEX triplet: D2, 8D and 87. RGB value is (210,141,135). Sum of RGB (Red+Green+Blue) = 210+141+135=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 141 (55.47% from 255 or 29.01% from 486); Blue value is 135 (53.12% from 255 or 27.78% from 486); Max value from RGB is 210 - color contains mainly: red. Hex color #D28D87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28D87 is #2D7278. Grayscale: #A1A1A1. Windows color (decimal): -2978425 or 8883666. OLE color: 8883666.

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

Color convert

RGB210141135-
CMYK00.330.360.18
HSL4.8º45.45%67.65%-
HSV(B)4.8º35.71%82.35%-
XYZ40.4834.527.45-
YUV160.95113.36162.99-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.21%
GREEN value IS 141 (55.47% from 255) = 29.01%
BLUE value IS 135 (53.12% from 255) = 27.78%
R=43.21%
G=29.01%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014113500.330.360.184.845.4567.65
HexD28D87021241252d44
Octal3222152070414422555104
Binary1101001010001101100001110100001100100100101011011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28D87; }

 p { color: rgb(210,141,135); }

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

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

 a { background-color: rgb(210,141,135); }

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

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

 span { border-color: rgb(210,141,135); }

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