#D2858E

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

Shades of Puce #D2858E

Tints of Puce #D2858E

Color information

#D2858E (or 0xD2858E) is unknown color: approx Puce. HEX triplet: D2, 85 and 8E. RGB value is (210,133,142). Sum of RGB (Red+Green+Blue) = 210+133+142=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 210 - color contains mainly: red. Hex color #D2858E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2858E is #2D7A71. Grayscale: #9D9D9D. Windows color (decimal): -2980466 or 9340370. OLE color: 9340370.

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

Color convert

RGB210133142-
CMYK00.370.320.18
HSL352.99º46.11%67.25%-
HSV(B)352.99º36.67%82.35%-
XYZ39.8532.4329.75-
YUV157.05119.51165.77-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.30%
GREEN value IS 133 (52.34% from 255) = 27.42%
BLUE value IS 142 (55.86% from 255) = 29.28%
R=43.30%
G=27.42%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013314200.370.320.18352.9946.1167.25
HexD2858E02520121612e43
Octal322205216045402254156103
Binary1101001010000101100011100100101100000100101011000011011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2858E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2858E; }

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

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

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

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

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

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

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

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