#D2858D

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

Shades of Puce #D2858D

Tints of Puce #D2858D

Color information

#D2858D (or 0xD2858D) is unknown color: approx Puce. HEX triplet: D2, 85 and 8D. RGB value is (210,133,141). Sum of RGB (Red+Green+Blue) = 210+133+141=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 133 (52.34% from 255 or 27.48% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 210 - color contains mainly: red. Hex color #D2858D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2858D is #2D7A72. Grayscale: #9C9C9C. Windows color (decimal): -2980467 or 9274834. OLE color: 9274834.

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

Color convert

RGB210133141-
CMYK00.370.330.18
HSL353.77º46.11%67.25%-
HSV(B)353.77º36.67%82.35%-
XYZ39.7732.429.36-
YUV156.94119.01165.85-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.39%
GREEN value IS 133 (52.34% from 255) = 27.48%
BLUE value IS 141 (55.47% from 255) = 29.13%
R=43.39%
G=27.48%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013314100.370.330.18353.7746.1167.25
HexD2858D02521121622e43
Octal322205215045412254256103
Binary1101001010000101100011010100101100001100101011000101011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2858D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2858D; }

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

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

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

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

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

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

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

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