#D18298

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

Shades of Puce #D18298

Tints of Puce #D18298

Color information

#D18298 (or 0xD18298) is unknown color: approx Puce. HEX triplet: D1, 82 and 98. RGB value is (209,130,152). Sum of RGB (Red+Green+Blue) = 209+130+152=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 152 (59.77% from 255 or 30.96% from 491); Max value from RGB is 209 - color contains mainly: red. Hex color #D18298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18298 is #2E7D67. Grayscale: #9C9C9C. Windows color (decimal): -3046760 or 9994961. OLE color: 9994961.

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

Color convert

RGB209130152-
CMYK00.380.270.18
HSL343.29º46.2%66.47%-
HSV(B)343.29º37.8%81.96%-
XYZ39.9431.7933.74-
YUV156.13125.67165.71-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.57%
GREEN value IS 130 (51.17% from 255) = 26.48%
BLUE value IS 152 (59.77% from 255) = 30.96%
R=42.57%
G=26.48%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913015200.380.270.18343.2946.266.47
HexD182980261B121572e42
Octal321202230046332252756102
Binary110100011000001010011000010011011011100101010101111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18298; }

 p { color: rgb(209,130,152); }

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

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

 a { background-color: rgb(209,130,152); }

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

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

 span { border-color: rgb(209,130,152); }

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