#D2819A

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

Shades of Puce #D2819A

Tints of Puce #D2819A

Color information

#D2819A (or 0xD2819A) is unknown color: approx Puce. HEX triplet: D2, 81 and 9A. RGB value is (210,129,154). Sum of RGB (Red+Green+Blue) = 210+129+154=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 129 (50.78% from 255 or 26.17% from 493); Blue value is 154 (60.55% from 255 or 31.24% from 493); Max value from RGB is 210 - color contains mainly: red. Hex color #D2819A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2819A is #2D7E65. Grayscale: #9C9C9C. Windows color (decimal): -2981478 or 10125778. OLE color: 10125778.

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

Color convert

RGB210129154-
CMYK00.390.270.18
HSL341.48º47.37%66.47%-
HSV(B)341.48º38.57%82.35%-
XYZ40.2631.7434.58-
YUV156.07126.84166.47-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.60%
GREEN value IS 129 (50.78% from 255) = 26.17%
BLUE value IS 154 (60.55% from 255) = 31.24%
R=42.60%
G=26.17%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012915400.390.270.18341.4847.3766.47
HexD2819A0271B121552f42
Octal322201232047332252557102
Binary110100101000000110011010010011111011100101010101011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2819A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2819A; }

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

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

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

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

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

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

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

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