Html Css Color HEX #D2868E Puce

📋 copy color: '#D2868E'

red 210 ◦ green 134 ◦ blue 142

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

Shades of Puce #D2868E

Tints of Puce #D2868E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.22%

R = 43.21%
G = 27.57%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D2868E (or 0xD2868E) is known color: Puce. HEX triplet: D2, 86 and 8E. RGB value is (210,134,142). Sum of RGB (Red+Green+Blue) = 210+134+142=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 134 (52.73% from 255 or 27.57% from 486); Blue value is 142 (55.86% from 255 or 29.22% from 486); Max value from RGB is 210 - color contains mainly: red. Hex color #D2868E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2868E is #2D7971. Grayscale: #9D9D9D. Windows color (decimal): -2980210 or 9340626. OLE color: 9340626.

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

Color convert

RGB 210 134 142 -
CMYK 0 0.36 0.32 0.18
HSL 353.68º 0.46% 0.67% -
HSV(B) 353.68º 0.36% 0.82% -
XYZ 39.99 32.7 29.8 -
YUV 157.64 119.18 165.35 -
System Red Green Blue C M Y K H S L
Decimal 210 134 142 0 0.36 0.32 0.18 353.68 0.46 0.67
Hex D2 86 8E 0 24 20 12 162 2E 43
Octal 322 206 216 0 44 40 22 542 56 103
Binary 11010010 10000110 10001110 0 100100 100000 10010 101100010 101110 1000011

Color Harmonies of #D2868E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2868E

Black with #D2868E

Text Example


Text Example

White with #D2868E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2868E; }

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

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

background-color css

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

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

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

border-color css

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

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

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