Html Css Color HEX #D2868C Puce

📋 copy color: '#D2868C'

red 210 ◦ green 134 ◦ blue 140

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

Shades of Puce #D2868C

Tints of Puce #D2868C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.69%

 BLUE value IS 140 (55.08% from 255) = 28.93%

R = 43.39%
G = 27.69%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D2868C (or 0xD2868C) is known color: Puce. HEX triplet: D2, 86 and 8C. RGB value is (210,134,140). Sum of RGB (Red+Green+Blue) = 210+134+140=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 134 (52.73% from 255 or 27.69% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 210 - color contains mainly: red. Hex color #D2868C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2868C is #2D7973. Grayscale: #9D9D9D. Windows color (decimal): -2980212 or 9209554. OLE color: 9209554.

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

Color convert

RGB 210 134 140 -
CMYK 0 0.36 0.33 0.18
HSL 355.26º 0.46% 0.67% -
HSV(B) 355.26º 0.36% 0.82% -
XYZ 39.84 32.65 29.01 -
YUV 157.41 118.18 165.51 -
System Red Green Blue C M Y K H S L
Decimal 210 134 140 0 0.36 0.33 0.18 355.26 0.46 0.67
Hex D2 86 8C 0 24 21 12 163 2E 43
Octal 322 206 214 0 44 41 22 543 56 103
Binary 11010010 10000110 10001100 0 100100 100001 10010 101100011 101110 1000011

Color Harmonies of #D2868C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2868C

Black with #D2868C

Text Example


Text Example

White with #D2868C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2868C; }

 p { color: rgb(210,134,140); }

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

background-color css

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

 a { background-color: rgb(210,134,140); }

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

border-color css

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

 span { border-color: rgb(210,134,140); }

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