Html Css Color HEX #D2898D Puce

📋 copy color: '#D2898D'

red 210 ◦ green 137 ◦ blue 141

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

Shades of Puce #D2898D

Tints of Puce #D2898D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.89%

R = 43.03%
G = 28.07%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D2898D (or 0xD2898D) is known color: Puce. HEX triplet: D2, 89 and 8D. RGB value is (210,137,141). Sum of RGB (Red+Green+Blue) = 210+137+141=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 210 - color contains mainly: red. Hex color #D2898D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2898D is #2D7672. Grayscale: #9F9F9F. Windows color (decimal): -2979443 or 9275858. OLE color: 9275858.

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

Color convert

RGB 210 137 141 -
CMYK 0 0.35 0.33 0.18
HSL 356.71º 0.45% 0.68% -
HSV(B) 356.71º 0.35% 0.82% -
XYZ 40.33 33.52 29.54 -
YUV 159.28 117.68 164.17 -
System Red Green Blue C M Y K H S L
Decimal 210 137 141 0 0.35 0.33 0.18 356.71 0.45 0.68
Hex D2 89 8D 0 23 21 12 165 2D 44
Octal 322 211 215 0 43 41 22 545 55 104
Binary 11010010 10001001 10001101 0 100011 100001 10010 101100101 101101 1000100

Color Harmonies of #D2898D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2898D

Black with #D2898D

Text Example


Text Example

White with #D2898D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2898D; }

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

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

background-color css

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

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

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

border-color css

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

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

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