#D28190

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

Shades of Puce #D28190

Tints of Puce #D28190

Color information

#D28190 (or 0xD28190) is unknown color: approx Puce. HEX triplet: D2, 81 and 90. RGB value is (210,129,144). Sum of RGB (Red+Green+Blue) = 210+129+144=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 129 (50.78% from 255 or 26.71% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 210 - color contains mainly: red. Hex color #D28190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28190 is #2D7E6F. Grayscale: #9A9A9A. Windows color (decimal): -2981488 or 9470418. OLE color: 9470418.

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

Color convert

RGB210129144-
CMYK00.390.310.18
HSL348.89º47.37%66.47%-
HSV(B)348.89º38.57%82.35%-
XYZ39.4631.4230.37-
YUV154.93121.84167.28-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.48%
GREEN value IS 129 (50.78% from 255) = 26.71%
BLUE value IS 144 (56.64% from 255) = 29.81%
R=43.48%
G=26.71%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012914400.390.310.18348.8947.3766.47
HexD281900271F1215d2f42
Octal322201220047372253557102
Binary110100101000000110010000010011111111100101010111011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28190; }

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

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

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

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

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

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

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

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