Html Css Color HEX #D0859B Puce

📋 copy color: '#D0859B'

red 208 ◦ green 133 ◦ blue 155

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

Shades of Puce #D0859B

Tints of Puce #D0859B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.81%

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

R = 41.94%
G = 26.81%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0859B (or 0xD0859B) is known color: Puce. HEX triplet: D0, 85 and 9B. RGB value is (208,133,155). Sum of RGB (Red+Green+Blue) = 208+133+155=496 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.94% from 496); Green value is 133 (52.34% from 255 or 26.81% from 496); Blue value is 155 (60.94% from 255 or 31.25% from 496); Max value from RGB is 208 - color contains mainly: red. Hex color #D0859B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0859B is #2F7A64. Grayscale: #9D9D9D. Windows color (decimal): -3111525 or 10192336. OLE color: 10192336.

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

Color convert

RGB 208 133 155 -
CMYK 0 0.36 0.25 0.18
HSL 342.4º 0.44% 0.67% -
HSV(B) 342.4º 0.36% 0.82% -
XYZ 40.32 32.55 35.17 -
YUV 157.93 126.35 163.71 -
System Red Green Blue C M Y K H S L
Decimal 208 133 155 0 0.36 0.25 0.18 342.4 0.44 0.67
Hex D0 85 9B 0 24 19 12 156 2C 43
Octal 320 205 233 0 44 31 22 526 54 103
Binary 11010000 10000101 10011011 0 100100 11001 10010 101010110 101100 1000011

Color Harmonies of #D0859B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0859B

Black with #D0859B

Text Example


Text Example

White with #D0859B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0859B; }

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

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

background-color css

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

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

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

border-color css

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

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

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