Html Css Color HEX #D2898B Puce

📋 copy color: '#D2898B'

red 210 ◦ green 137 ◦ blue 139

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

Shades of Puce #D2898B

Tints of Puce #D2898B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.6%

R = 43.21%
G = 28.19%
B = 28.6%

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

#D2898B (or 0xD2898B) is known color: Puce. HEX triplet: D2, 89 and 8B. RGB value is (210,137,139). Sum of RGB (Red+Green+Blue) = 210+137+139=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 137 (53.91% from 255 or 28.19% from 486); Blue value is 139 (54.69% from 255 or 28.60% from 486); Max value from RGB is 210 - color contains mainly: red. Hex color #D2898B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2898B is #2D7674. Grayscale: #9F9F9F. Windows color (decimal): -2979445 or 9144786. OLE color: 9144786.

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

Color convert

RGB 210 137 139 -
CMYK 0 0.35 0.34 0.18
HSL 358.36º 0.45% 0.68% -
HSV(B) 358.36º 0.35% 0.82% -
XYZ 40.18 33.46 28.77 -
YUV 159.06 116.68 164.34 -
System Red Green Blue C M Y K H S L
Decimal 210 137 139 0 0.35 0.34 0.18 358.36 0.45 0.68
Hex D2 89 8B 0 23 22 12 166 2D 44
Octal 322 211 213 0 43 42 22 546 55 104
Binary 11010010 10001001 10001011 0 100011 100010 10010 101100110 101101 1000100

Color Harmonies of #D2898B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2898B

Black with #D2898B

Text Example


Text Example

White with #D2898B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2898B; }

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

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

background-color css

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

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

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

border-color css

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

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

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