Html Css Color HEX #D0848D Puce

📋 copy color: '#D0848D'

red 208 ◦ green 132 ◦ blue 141

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

Shades of Puce #D0848D

Tints of Puce #D0848D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.31%

R = 43.24%
G = 27.44%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D0848D (or 0xD0848D) is known color: Puce. HEX triplet: D0, 84 and 8D. RGB value is (208,132,141). Sum of RGB (Red+Green+Blue) = 208+132+141=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 208 - color contains mainly: red. Hex color #D0848D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0848D is #2F7B72. Grayscale: #9B9B9B. Windows color (decimal): -3111795 or 9274576. OLE color: 9274576.

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

Color convert

RGB 208 132 141 -
CMYK 0 0.37 0.32 0.18
HSL 352.89º 0.45% 0.67% -
HSV(B) 352.89º 0.37% 0.82% -
XYZ 39.07 31.84 29.28 -
YUV 155.75 119.68 165.27 -
System Red Green Blue C M Y K H S L
Decimal 208 132 141 0 0.37 0.32 0.18 352.89 0.45 0.67
Hex D0 84 8D 0 25 20 12 161 2D 43
Octal 320 204 215 0 45 40 22 541 55 103
Binary 11010000 10000100 10001101 0 100101 100000 10010 101100001 101101 1000011

Color Harmonies of #D0848D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0848D

Black with #D0848D

Text Example


Text Example

White with #D0848D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0848D; }

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

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

background-color css

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

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

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

border-color css

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

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

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