#D0818F

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

Shades of Puce #D0818F

Tints of Puce #D0818F

Color information

#D0818F (or 0xD0818F) is unknown color: approx Puce. HEX triplet: D0, 81 and 8F. RGB value is (208,129,143). Sum of RGB (Red+Green+Blue) = 208+129+143=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 129 (50.78% from 255 or 26.88% from 480); Blue value is 143 (56.25% from 255 or 29.79% from 480); Max value from RGB is 208 - color contains mainly: red. Hex color #D0818F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0818F is #2F7E70. Grayscale: #9A9A9A. Windows color (decimal): -3112561 or 9404880. OLE color: 9404880.

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

Color convert

RGB208129143-
CMYK00.380.310.18
HSL349.37º45.66%66.08%-
HSV(B)349.37º37.98%81.57%-
XYZ38.8231.0929.94-
YUV154.22121.67166.36-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.33%
GREEN value IS 129 (50.78% from 255) = 26.88%
BLUE value IS 143 (56.25% from 255) = 29.79%
R=43.33%
G=26.88%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812914300.380.310.18349.3745.6666.08
HexD0818F0261F1215d2e42
Octal320201217046372253556102
Binary110100001000000110001111010011011111100101010111011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0818F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0818F; }

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

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

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

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

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

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

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

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