Html Css Color HEX #D2888F Puce

📋 copy color: '#D2888F'

red 210 ◦ green 136 ◦ blue 143

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

Shades of Puce #D2888F

Tints of Puce #D2888F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.24%

R = 42.94%
G = 27.81%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D2888F (or 0xD2888F) is known color: Puce. HEX triplet: D2, 88 and 8F. RGB value is (210,136,143). Sum of RGB (Red+Green+Blue) = 210+136+143=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 143 (56.25% from 255 or 29.24% from 489); Max value from RGB is 210 - color contains mainly: red. Hex color #D2888F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2888F is #2D7770. Grayscale: #9E9E9E. Windows color (decimal): -2979697 or 9406674. OLE color: 9406674.

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

Color convert

RGB 210 136 143 -
CMYK 0 0.35 0.32 0.18
HSL 354.32º 0.45% 0.68% -
HSV(B) 354.32º 0.35% 0.82% -
XYZ 40.34 33.29 30.29 -
YUV 158.92 119.02 164.43 -
System Red Green Blue C M Y K H S L
Decimal 210 136 143 0 0.35 0.32 0.18 354.32 0.45 0.68
Hex D2 88 8F 0 23 20 12 162 2D 44
Octal 322 210 217 0 43 40 22 542 55 104
Binary 11010010 10001000 10001111 0 100011 100000 10010 101100010 101101 1000100

Color Harmonies of #D2888F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2888F

Black with #D2888F

Text Example


Text Example

White with #D2888F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2888F; }

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

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

background-color css

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

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

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

border-color css

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

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

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