#D28290

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

Shades of Puce #D28290

Tints of Puce #D28290

Color information

#D28290 (or 0xD28290) is unknown color: approx Puce. HEX triplet: D2, 82 and 90. RGB value is (210,130,144). Sum of RGB (Red+Green+Blue) = 210+130+144=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 130 (51.17% from 255 or 26.86% from 484); Blue value is 144 (56.64% from 255 or 29.75% from 484); Max value from RGB is 210 - color contains mainly: red. Hex color #D28290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28290 is #2D7D6F. Grayscale: #9B9B9B. Windows color (decimal): -2981232 or 9470674. OLE color: 9470674.

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

Color convert

RGB210130144-
CMYK00.380.310.18
HSL349.5º47.06%66.67%-
HSV(B)349.5º38.1%82.35%-
XYZ39.631.6830.41-
YUV155.52121.5166.86-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.39%
GREEN value IS 130 (51.17% from 255) = 26.86%
BLUE value IS 144 (56.64% from 255) = 29.75%
R=43.39%
G=26.86%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013014400.380.310.18349.547.0666.67
HexD282900261F1215e2f43
Octal322202220046372253657103
Binary110100101000001010010000010011011111100101010111101011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28290; }

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

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

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

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

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

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

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

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