Html Css Color HEX #D2888A Puce

📋 copy color: '#D2888A'

red 210 ◦ green 136 ◦ blue 138

#D2888A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Puce #D2888A

Tints of Puce #D2888A

RGB

 RED value IS 210 (82.42% from 255) = 43.39%

 GREEN value IS 136 (53.52% from 255) = 28.1%

 BLUE value IS 138 (54.3% from 255) = 28.51%

R = 43.39%
G = 28.1%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D2888A (or 0xD2888A) is known color: Puce. HEX triplet: D2, 88 and 8A. RGB value is (210,136,138). Sum of RGB (Red+Green+Blue) = 210+136+138=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 138 (54.30% from 255 or 28.51% from 484); Max value from RGB is 210 - color contains mainly: red. Hex color #D2888A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2888A is #2D7775. Grayscale: #9E9E9E. Windows color (decimal): -2979702 or 9078994. OLE color: 9078994.

HSL color Cylindrical-coordinate representation of color #D2888A: hue angle of 358.38º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D2888A is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 136 138 -
CMYK 0 0.35 0.34 0.18
HSL 358.38º 0.45% 0.68% -
HSV(B) 358.38º 0.35% 0.82% -
XYZ 39.97 33.14 28.34 -
YUV 158.35 116.52 164.84 -
System Red Green Blue C M Y K H S L
Decimal 210 136 138 0 0.35 0.34 0.18 358.38 0.45 0.68
Hex D2 88 8A 0 23 22 12 166 2D 44
Octal 322 210 212 0 43 42 22 546 55 104
Binary 11010010 10001000 10001010 0 100011 100010 10010 101100110 101101 1000100

Color Harmonies of #D2888A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2888A

Black with #D2888A

Text Example


Text Example

White with #D2888A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2888A; }

 p { color: rgb(210,136,138); }

 H1.HeaderClassName
 {
   color: #D2888A;
 }
 .AnyTagClassName
 {
   color: #D2888A;
 }
</style>

background-color css

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

 a { background-color: rgb(210,136,138); }

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

border-color css

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

 span { border-color: rgb(210,136,138); }

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