Html Css Color HEX #D2898A Puce

📋 copy color: '#D2898A'

red 210 ◦ green 137 ◦ blue 138

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

Shades of Puce #D2898A

Tints of Puce #D2898A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.25%

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

R = 43.3%
G = 28.25%
B = 28.45%

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

#D2898A (or 0xD2898A) is known color: Puce. HEX triplet: D2, 89 and 8A. RGB value is (210,137,138). Sum of RGB (Red+Green+Blue) = 210+137+138=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 210 - color contains mainly: red. Hex color #D2898A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2898A is #2D7675. Grayscale: #9F9F9F. Windows color (decimal): -2979446 or 9079250. OLE color: 9079250.

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

Color convert

RGB 210 137 138 -
CMYK 0 0.35 0.34 0.18
HSL 359.18º 0.45% 0.68% -
HSV(B) 359.18º 0.35% 0.82% -
XYZ 40.11 33.43 28.38 -
YUV 158.94 116.18 164.42 -
System Red Green Blue C M Y K H S L
Decimal 210 137 138 0 0.35 0.34 0.18 359.18 0.45 0.68
Hex D2 89 8A 0 23 22 12 167 2D 44
Octal 322 211 212 0 43 42 22 547 55 104
Binary 11010010 10001001 10001010 0 100011 100010 10010 101100111 101101 1000100

Color Harmonies of #D2898A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2898A

Black with #D2898A

Text Example


Text Example

White with #D2898A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2898A; }

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

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

background-color css

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

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

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

border-color css

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

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

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