#D28591

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

Shades of Puce #D28591

Tints of Puce #D28591

Color information

#D28591 (or 0xD28591) is unknown color: approx Puce. HEX triplet: D2, 85 and 91. RGB value is (210,133,145). Sum of RGB (Red+Green+Blue) = 210+133+145=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 145 (57.03% from 255 or 29.71% from 488); Max value from RGB is 210 - color contains mainly: red. Hex color #D28591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28591 is #2D7A6E. Grayscale: #9D9D9D. Windows color (decimal): -2980463 or 9536978. OLE color: 9536978.

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

Color convert

RGB210133145-
CMYK00.370.310.18
HSL350.65º46.11%67.25%-
HSV(B)350.65º36.67%82.35%-
XYZ40.0832.5230.95-
YUV157.39121.01165.52-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.03%
GREEN value IS 133 (52.34% from 255) = 27.25%
BLUE value IS 145 (57.03% from 255) = 29.71%
R=43.03%
G=27.25%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013314500.370.310.18350.6546.1167.25
HexD285910251F1215f2e43
Octal322205221045372253756103
Binary110100101000010110010001010010111111100101010111111011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28591; }

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

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

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

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

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

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

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

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