#D27D96

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

Shades of Puce #D27D96

Tints of Puce #D27D96

Color information

#D27D96 (or 0xD27D96) is unknown color: approx Puce. HEX triplet: D2, 7D and 96. RGB value is (210,125,150). Sum of RGB (Red+Green+Blue) = 210+125+150=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 125 (49.22% from 255 or 25.77% from 485); Blue value is 150 (58.98% from 255 or 30.93% from 485); Max value from RGB is 210 - color contains mainly: red. Hex color #D27D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27D96 is #2D8269. Grayscale: #999999. Windows color (decimal): -2982506 or 9862610. OLE color: 9862610.

HSL color Cylindrical-coordinate representation of color #D27D96: hue angle of 342.35º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D27D96 is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB210125150-
CMYK00.400.290.18
HSL342.35º48.57%65.69%-
HSV(B)342.35º40.48%82.35%-
XYZ39.4230.5732.68-
YUV153.26126.16168.47-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.30%
GREEN value IS 125 (49.22% from 255) = 25.77%
BLUE value IS 150 (58.98% from 255) = 30.93%
R=43.30%
G=25.77%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012515000.400.290.18342.3548.5765.69
HexD27D960281D121563142
Octal322175226050352252661102
Binary11010010111110110010110010100011101100101010101101100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27D96; }

 p { color: rgb(210,125,150); }

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

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

 a { background-color: rgb(210,125,150); }

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

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

 span { border-color: rgb(210,125,150); }

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