#D2819C

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

Shades of Puce #D2819C

Tints of Puce #D2819C

Color information

#D2819C (or 0xD2819C) is unknown color: approx Puce. HEX triplet: D2, 81 and 9C. RGB value is (210,129,156). Sum of RGB (Red+Green+Blue) = 210+129+156=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 129 (50.78% from 255 or 26.06% from 495); Blue value is 156 (61.33% from 255 or 31.52% from 495); Max value from RGB is 210 - color contains mainly: red. Hex color #D2819C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2819C is #2D7E63. Grayscale: #9C9C9C. Windows color (decimal): -2981476 or 10256850. OLE color: 10256850.

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

Color convert

RGB210129156-
CMYK00.390.260.18
HSL340º47.37%66.47%-
HSV(B)340º38.57%82.35%-
XYZ40.4331.835.46-
YUV156.3127.84166.3-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.42%
GREEN value IS 129 (50.78% from 255) = 26.06%
BLUE value IS 156 (61.33% from 255) = 31.52%
R=42.42%
G=26.06%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012915600.390.260.1834047.3766.47
HexD2819C0271A121542f42
Octal322201234047322252457102
Binary110100101000000110011100010011111010100101010101001011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2819C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2819C; }

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

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

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

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

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

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

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

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