Html Css Color HEX #D0829D Puce

📋 copy color: '#D0829D'

red 208 ◦ green 130 ◦ blue 157

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

Shades of Puce #D0829D

Tints of Puce #D0829D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.72%

R = 42.02%
G = 26.26%
B = 31.72%

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

#D0829D (or 0xD0829D) is known color: Puce. HEX triplet: D0, 82 and 9D. RGB value is (208,130,157). Sum of RGB (Red+Green+Blue) = 208+130+157=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 130 (51.17% from 255 or 26.26% from 495); Blue value is 157 (61.72% from 255 or 31.72% from 495); Max value from RGB is 208 - color contains mainly: red. Hex color #D0829D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0829D is #2F7D62. Grayscale: #9C9C9C. Windows color (decimal): -3112291 or 10322640. OLE color: 10322640.

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

Color convert

RGB 208 130 157 -
CMYK 0 0.38 0.25 0.18
HSL 339.23º 0.45% 0.66% -
HSV(B) 339.23º 0.38% 0.82% -
XYZ 40.08 31.81 35.93 -
YUV 156.4 128.34 164.8 -
System Red Green Blue C M Y K H S L
Decimal 208 130 157 0 0.38 0.25 0.18 339.23 0.45 0.66
Hex D0 82 9D 0 26 19 12 153 2D 42
Octal 320 202 235 0 46 31 22 523 55 102
Binary 11010000 10000010 10011101 0 100110 11001 10010 101010011 101101 1000010

Color Harmonies of #D0829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0829D

Black with #D0829D

Text Example


Text Example

White with #D0829D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0829D; }

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

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

background-color css

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

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

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

border-color css

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

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

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