Html Css Color HEX #D2829A Puce

📋 copy color: '#D2829A'

red 210 ◦ green 130 ◦ blue 154

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

Shades of Puce #D2829A

Tints of Puce #D2829A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.32%

 BLUE value IS 154 (60.55% from 255) = 31.17%

R = 42.51%
G = 26.32%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D2829A (or 0xD2829A) is known color: Puce. HEX triplet: D2, 82 and 9A. RGB value is (210,130,154). Sum of RGB (Red+Green+Blue) = 210+130+154=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 130 (51.17% from 255 or 26.32% from 494); Blue value is 154 (60.55% from 255 or 31.17% from 494); Max value from RGB is 210 - color contains mainly: red. Hex color #D2829A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2829A is #2D7D65. Grayscale: #9C9C9C. Windows color (decimal): -2981222 or 10126034. OLE color: 10126034.

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

Color convert

RGB 210 130 154 -
CMYK 0 0.38 0.27 0.18
HSL 342º 0.47% 0.67% -
HSV(B) 342º 0.38% 0.82% -
XYZ 40.39 32 34.62 -
YUV 156.66 126.5 166.05 -
System Red Green Blue C M Y K H S L
Decimal 210 130 154 0 0.38 0.27 0.18 342 0.47 0.67
Hex D2 82 9A 0 26 1B 12 156 2F 43
Octal 322 202 232 0 46 33 22 526 57 103
Binary 11010010 10000010 10011010 0 100110 11011 10010 101010110 101111 1000011

Color Harmonies of #D2829A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2829A

Black with #D2829A

Text Example


Text Example

White with #D2829A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2829A; }

 p { color: rgb(210,130,154); }

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

background-color css

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

 a { background-color: rgb(210,130,154); }

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

border-color css

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

 span { border-color: rgb(210,130,154); }

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