#D0868F

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

Shades of Puce #D0868F

Tints of Puce #D0868F

Color information

#D0868F (or 0xD0868F) is unknown color: approx Puce. HEX triplet: D0, 86 and 8F. RGB value is (208,134,143). Sum of RGB (Red+Green+Blue) = 208+134+143=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 134 (52.73% from 255 or 27.63% from 485); Blue value is 143 (56.25% from 255 or 29.48% from 485); Max value from RGB is 208 - color contains mainly: red. Hex color #D0868F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0868F is #2F7970. Grayscale: #9D9D9D. Windows color (decimal): -3111281 or 9406160. OLE color: 9406160.

HSL color Cylindrical-coordinate representation of color #D0868F: hue angle of 352.7º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D0868F is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB208134143-
CMYK00.360.310.18
HSL352.7º44.05%67.06%-
HSV(B)352.7º35.58%81.57%-
XYZ39.532.4430.17-
YUV157.15120.02164.27-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.89%
GREEN value IS 134 (52.73% from 255) = 27.63%
BLUE value IS 143 (56.25% from 255) = 29.48%
R=42.89%
G=27.63%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813414300.360.310.18352.744.0567.06
HexD0868F0241F121612c43
Octal320206217044372254154103
Binary110100001000011010001111010010011111100101011000011011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0868F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0868F; }

 p { color: rgb(208,134,143); }

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

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

 a { background-color: rgb(208,134,143); }

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

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

 span { border-color: rgb(208,134,143); }

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