#D2858B

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

Shades of Puce #D2858B

Tints of Puce #D2858B

Color information

#D2858B (or 0xD2858B) is unknown color: approx Puce. HEX triplet: D2, 85 and 8B. RGB value is (210,133,139). Sum of RGB (Red+Green+Blue) = 210+133+139=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 139 (54.69% from 255 or 28.84% from 482); Max value from RGB is 210 - color contains mainly: red. Hex color #D2858B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2858B is #2D7A74. Grayscale: #9C9C9C. Windows color (decimal): -2980469 or 9143762. OLE color: 9143762.

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

Color convert

RGB210133139-
CMYK00.370.340.18
HSL355.32º46.11%67.25%-
HSV(B)355.32º36.67%82.35%-
XYZ39.6332.3428.58-
YUV156.71118.01166.01-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.57%
GREEN value IS 133 (52.34% from 255) = 27.59%
BLUE value IS 139 (54.69% from 255) = 28.84%
R=43.57%
G=27.59%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013313900.370.340.18355.3246.1167.25
HexD2858B02522121632e43
Octal322205213045422254356103
Binary1101001010000101100010110100101100010100101011000111011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2858B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2858B; }

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

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

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

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

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

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

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

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