Html Css Color HEX #D0829B Puce

📋 copy color: '#D0829B'

red 208 ◦ green 130 ◦ blue 155

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

Shades of Puce #D0829B

Tints of Puce #D0829B

RGB

 RED value IS 208 (81.64% from 255) = 42.19%

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

 BLUE value IS 155 (60.94% from 255) = 31.44%

R = 42.19%
G = 26.37%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0829B (or 0xD0829B) is known color: Puce. HEX triplet: D0, 82 and 9B. RGB value is (208,130,155). Sum of RGB (Red+Green+Blue) = 208+130+155=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 155 (60.94% from 255 or 31.44% from 493); Max value from RGB is 208 - color contains mainly: red. Hex color #D0829B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0829B is #2F7D64. Grayscale: #9C9C9C. Windows color (decimal): -3112293 or 10191568. OLE color: 10191568.

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

Color convert

RGB 208 130 155 -
CMYK 0 0.38 0.25 0.18
HSL 340.77º 0.45% 0.66% -
HSV(B) 340.77º 0.38% 0.82% -
XYZ 39.91 31.74 35.03 -
YUV 156.17 127.34 164.97 -
System Red Green Blue C M Y K H S L
Decimal 208 130 155 0 0.38 0.25 0.18 340.77 0.45 0.66
Hex D0 82 9B 0 26 19 12 155 2D 42
Octal 320 202 233 0 46 31 22 525 55 102
Binary 11010000 10000010 10011011 0 100110 11001 10010 101010101 101101 1000010

Color Harmonies of #D0829B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0829B

Black with #D0829B

Text Example


Text Example

White with #D0829B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0829B; }

 p { color: rgb(208,130,155); }

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

background-color css

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

 a { background-color: rgb(208,130,155); }

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

border-color css

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

 span { border-color: rgb(208,130,155); }

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