#D28590

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

Shades of Puce #D28590

Tints of Puce #D28590

Color information

#D28590 (or 0xD28590) is unknown color: approx Puce. HEX triplet: D2, 85 and 90. RGB value is (210,133,144). Sum of RGB (Red+Green+Blue) = 210+133+144=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 133 (52.34% from 255 or 27.31% from 487); Blue value is 144 (56.64% from 255 or 29.57% from 487); Max value from RGB is 210 - color contains mainly: red. Hex color #D28590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28590 is #2D7A6F. Grayscale: #9D9D9D. Windows color (decimal): -2980464 or 9471442. OLE color: 9471442.

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

Color convert

RGB210133144-
CMYK00.370.310.18
HSL351.43º46.11%67.25%-
HSV(B)351.43º36.67%82.35%-
XYZ4032.4930.55-
YUV157.28120.51165.61-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.12%
GREEN value IS 133 (52.34% from 255) = 27.31%
BLUE value IS 144 (56.64% from 255) = 29.57%
R=43.12%
G=27.31%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013314400.370.310.18351.4346.1167.25
HexD285900251F1215f2e43
Octal322205220045372253756103
Binary110100101000010110010000010010111111100101010111111011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28590; }

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

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

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

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

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

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

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

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