#D28788

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

Shades of Puce #D28788

Tints of Puce #D28788

Color information

#D28788 (or 0xD28788) is unknown color: approx Puce. HEX triplet: D2, 87 and 88. RGB value is (210,135,136). Sum of RGB (Red+Green+Blue) = 210+135+136=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 135 (53.12% from 255 or 28.07% from 481); Blue value is 136 (53.52% from 255 or 28.27% from 481); Max value from RGB is 210 - color contains mainly: red. Hex color #D28788 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28788 is #2D7877. Grayscale: #9D9D9D. Windows color (decimal): -2979960 or 8947666. OLE color: 8947666.

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

Color convert

RGB210135136-
CMYK00.360.350.18
HSL359.2º45.45%67.65%-
HSV(B)359.2º35.71%82.35%-
XYZ39.6932.8127.53-
YUV157.54115.85165.42-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.66%
GREEN value IS 135 (53.12% from 255) = 28.07%
BLUE value IS 136 (53.52% from 255) = 28.27%
R=43.66%
G=28.07%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013513600.360.350.18359.245.4567.65
HexD2878802423121672d44
Octal322207210044432254755104
Binary1101001010000111100010000100100100011100101011001111011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28788; }

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

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

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

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

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

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

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

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