#D28693

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

Shades of Puce #D28693

Tints of Puce #D28693

Color information

#D28693 (or 0xD28693) is unknown color: approx Puce. HEX triplet: D2, 86 and 93. RGB value is (210,134,147). Sum of RGB (Red+Green+Blue) = 210+134+147=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 134 (52.73% from 255 or 27.29% from 491); Blue value is 147 (57.81% from 255 or 29.94% from 491); Max value from RGB is 210 - color contains mainly: red. Hex color #D28693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28693 is #2D796C. Grayscale: #9E9E9E. Windows color (decimal): -2980205 or 9668306. OLE color: 9668306.

HSL color Cylindrical-coordinate representation of color #D28693: hue angle of 349.74º degrees, saturation: 0.46, 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 #D28693 is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB210134147-
CMYK00.360.300.18
HSL349.74º45.78%67.45%-
HSV(B)349.74º36.19%82.35%-
XYZ40.3732.8631.82-
YUV158.21121.68164.94-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.77%
GREEN value IS 134 (52.73% from 255) = 27.29%
BLUE value IS 147 (57.81% from 255) = 29.94%
R=42.77%
G=27.29%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013414700.360.300.18349.7445.7867.45
HexD286930241E1215e2e43
Octal322206223044362253656103
Binary110100101000011010010011010010011110100101010111101011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28693; }

 p { color: rgb(210,134,147); }

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

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

 a { background-color: rgb(210,134,147); }

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

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

 span { border-color: rgb(210,134,147); }

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