Html Css Color HEX #D2878A Puce

📋 copy color: '#D2878A'

red 210 ◦ green 135 ◦ blue 138

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

Shades of Puce #D2878A

Tints of Puce #D2878A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.95%

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

R = 43.48%
G = 27.95%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D2878A (or 0xD2878A) is known color: Puce. HEX triplet: D2, 87 and 8A. RGB value is (210,135,138). Sum of RGB (Red+Green+Blue) = 210+135+138=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 135 (53.12% from 255 or 27.95% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 210 - color contains mainly: red. Hex color #D2878A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2878A is #2D7875. Grayscale: #9D9D9D. Windows color (decimal): -2979958 or 9078738. OLE color: 9078738.

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

Color convert

RGB 210 135 138 -
CMYK 0 0.36 0.34 0.18
HSL 357.6º 0.45% 0.68% -
HSV(B) 357.6º 0.36% 0.82% -
XYZ 39.83 32.86 28.29 -
YUV 157.77 116.85 165.26 -
System Red Green Blue C M Y K H S L
Decimal 210 135 138 0 0.36 0.34 0.18 357.6 0.45 0.68
Hex D2 87 8A 0 24 22 12 166 2D 44
Octal 322 207 212 0 44 42 22 546 55 104
Binary 11010010 10000111 10001010 0 100100 100010 10010 101100110 101101 1000100

Color Harmonies of #D2878A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2878A

Black with #D2878A

Text Example


Text Example

White with #D2878A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2878A; }

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

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

background-color css

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

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

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

border-color css

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

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

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