#D28A82

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

Shades of My Pink #D28A82

Tints of My Pink #D28A82

Color information

#D28A82 (or 0xD28A82) is unknown color: approx My Pink. HEX triplet: D2, 8A and 82. RGB value is (210,138,130). Sum of RGB (Red+Green+Blue) = 210+138+130=478 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.93% from 478); Green value is 138 (54.30% from 255 or 28.87% from 478); Blue value is 130 (51.17% from 255 or 27.20% from 478); Max value from RGB is 210 - color contains mainly: red. Hex color #D28A82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28A82 is #2D757D. Grayscale: #9E9E9E. Windows color (decimal): -2979198 or 8555218. OLE color: 8555218.

HSL color Cylindrical-coordinate representation of color #D28A82: hue angle of 6º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D28A82 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB210138130-
CMYK00.340.380.18
HSL47.06%66.67%-
HSV(B)38.1%82.35%-
XYZ39.733.4925.49-
YUV158.62111.85164.65-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.93%
GREEN value IS 138 (54.30% from 255) = 28.87%
BLUE value IS 130 (51.17% from 255) = 27.20%
R=43.93%
G=28.87%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013813000.340.380.18647.0666.67
HexD28A82022261262f43
Octal3222122020424622657103
Binary1101001010001010100000100100010100110100101101011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28A82; }

 p { color: rgb(210,138,130); }

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

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

 a { background-color: rgb(210,138,130); }

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

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

 span { border-color: rgb(210,138,130); }

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