#D5828F

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

Shades of Puce #D5828F

Tints of Puce #D5828F

Color information

#D5828F (or 0xD5828F) is unknown color: approx Puce. HEX triplet: D5, 82 and 8F. RGB value is (213,130,143). Sum of RGB (Red+Green+Blue) = 213+130+143=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 143 (56.25% from 255 or 29.42% from 486); Max value from RGB is 213 - color contains mainly: red. Hex color #D5828F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5828F is #2A7D70. Grayscale: #9C9C9C. Windows color (decimal): -2784625 or 9405141. OLE color: 9405141.

HSL color Cylindrical-coordinate representation of color #D5828F: hue angle of 350.6º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D5828F is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB213130143-
CMYK00.390.330.16
HSL350.6º49.7%67.25%-
HSV(B)350.6º38.97%83.53%-
XYZ40.3832.0930.05-
YUV156.3120.5168.44-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.83%
GREEN value IS 130 (51.17% from 255) = 26.75%
BLUE value IS 143 (56.25% from 255) = 29.42%
R=43.83%
G=26.75%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313014300.390.330.16350.649.767.25
HexD5828F027211015f3243
Octal325202217047412053762103
Binary1101010110000010100011110100111100001100001010111111100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5828F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5828F; }

 p { color: rgb(213,130,143); }

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

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

 a { background-color: rgb(213,130,143); }

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

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

 span { border-color: rgb(213,130,143); }

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