Html Css Color HEX #D0849D Puce

📋 copy color: '#D0849D'

red 208 ◦ green 132 ◦ blue 157

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

Shades of Puce #D0849D

Tints of Puce #D0849D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.56%

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

R = 41.85%
G = 26.56%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0849D (or 0xD0849D) is known color: Puce. HEX triplet: D0, 84 and 9D. RGB value is (208,132,157). Sum of RGB (Red+Green+Blue) = 208+132+157=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 132 (51.95% from 255 or 26.56% from 497); Blue value is 157 (61.72% from 255 or 31.59% from 497); Max value from RGB is 208 - color contains mainly: red. Hex color #D0849D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0849D is #2F7B62. Grayscale: #9D9D9D. Windows color (decimal): -3111779 or 10323152. OLE color: 10323152.

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

Color convert

RGB 208 132 157 -
CMYK 0 0.37 0.25 0.18
HSL 340.26º 0.45% 0.67% -
HSV(B) 340.26º 0.37% 0.82% -
XYZ 40.35 32.35 36.02 -
YUV 157.57 127.68 163.97 -
System Red Green Blue C M Y K H S L
Decimal 208 132 157 0 0.37 0.25 0.18 340.26 0.45 0.67
Hex D0 84 9D 0 25 19 12 154 2D 43
Octal 320 204 235 0 45 31 22 524 55 103
Binary 11010000 10000100 10011101 0 100101 11001 10010 101010100 101101 1000011

Color Harmonies of #D0849D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0849D

Black with #D0849D

Text Example


Text Example

White with #D0849D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0849D; }

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

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

background-color css

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

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

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

border-color css

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

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

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