#D28980

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

Shades of My Pink #D28980

Tints of My Pink #D28980

Color information

#D28980 (or 0xD28980) is unknown color: approx My Pink. HEX triplet: D2, 89 and 80. RGB value is (210,137,128). Sum of RGB (Red+Green+Blue) = 210+137+128=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 137 (53.91% from 255 or 28.84% from 475); Blue value is 128 (50.39% from 255 or 26.95% from 475); Max value from RGB is 210 - color contains mainly: red. Hex color #D28980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28980 is #2D767F. Grayscale: #9D9D9D. Windows color (decimal): -2979456 or 8423890. OLE color: 8423890.

HSL color Cylindrical-coordinate representation of color #D28980: hue angle of 6.59º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D28980 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB210137128-
CMYK00.350.390.18
HSL6.59º47.67%66.27%-
HSV(B)6.59º39.05%82.35%-
XYZ39.4233.1524.74-
YUV157.8111.18165.23-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.21%
GREEN value IS 137 (53.91% from 255) = 28.84%
BLUE value IS 128 (50.39% from 255) = 26.95%
R=44.21%
G=28.84%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013712800.350.390.186.5947.6766.27
HexD28980023271273042
Octal3222112000434722760102
Binary1101001010001001100000000100011100111100101111100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28980; }

 p { color: rgb(210,137,128); }

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

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

 a { background-color: rgb(210,137,128); }

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

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

 span { border-color: rgb(210,137,128); }

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