#D28193

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

Shades of Puce #D28193

Tints of Puce #D28193

Color information

#D28193 (or 0xD28193) is unknown color: approx Puce. HEX triplet: D2, 81 and 93. RGB value is (210,129,147). Sum of RGB (Red+Green+Blue) = 210+129+147=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 129 (50.78% from 255 or 26.54% from 486); Blue value is 147 (57.81% from 255 or 30.25% from 486); Max value from RGB is 210 - color contains mainly: red. Hex color #D28193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28193 is #2D7E6C. Grayscale: #9B9B9B. Windows color (decimal): -2981485 or 9667026. OLE color: 9667026.

HSL color Cylindrical-coordinate representation of color #D28193: hue angle of 346.67º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D28193 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB210129147-
CMYK00.390.300.18
HSL346.67º47.37%66.47%-
HSV(B)346.67º38.57%82.35%-
XYZ39.731.5131.59-
YUV155.27123.34167.04-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.21%
GREEN value IS 129 (50.78% from 255) = 26.54%
BLUE value IS 147 (57.81% from 255) = 30.25%
R=43.21%
G=26.54%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012914700.390.300.18346.6747.3766.47
HexD281930271E1215b2f42
Octal322201223047362253357102
Binary110100101000000110010011010011111110100101010110111011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28193; }

 p { color: rgb(210,129,147); }

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

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

 a { background-color: rgb(210,129,147); }

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

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

 span { border-color: rgb(210,129,147); }

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