#D28F85

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

Shades of My Pink #D28F85

Tints of My Pink #D28F85

Color information

#D28F85 (or 0xD28F85) is unknown color: approx My Pink. HEX triplet: D2, 8F and 85. RGB value is (210,143,133). Sum of RGB (Red+Green+Blue) = 210+143+133=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 133 (52.34% from 255 or 27.37% from 486); Max value from RGB is 210 - color contains mainly: red. Hex color #D28F85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28F85 is #2D707A. Grayscale: #A2A2A2. Windows color (decimal): -2977915 or 8753106. OLE color: 8753106.

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

Color convert

RGB210143133-
CMYK00.320.370.18
HSL7.79º46.11%67.25%-
HSV(B)7.79º36.67%82.35%-
XYZ40.6335.0426.81-
YUV161.89111.7162.31-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.21%
GREEN value IS 143 (56.25% from 255) = 29.42%
BLUE value IS 133 (52.34% from 255) = 27.37%
R=43.21%
G=29.42%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014313300.320.370.187.7946.1167.25
HexD28F85020251282e43
Octal32221720504045221056103
Binary11010010100011111000010101000001001011001010001011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28F85; }

 p { color: rgb(210,143,133); }

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

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

 a { background-color: rgb(210,143,133); }

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

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

 span { border-color: rgb(210,143,133); }

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