Html Css Color HEX #D2848D Puce

📋 copy color: '#D2848D'

red 210 ◦ green 132 ◦ blue 141

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

Shades of Puce #D2848D

Tints of Puce #D2848D

RGB

 RED value IS 210 (82.42% from 255) = 43.48%

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

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

R = 43.48%
G = 27.33%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D2848D (or 0xD2848D) is known color: Puce. HEX triplet: D2, 84 and 8D. RGB value is (210,132,141). Sum of RGB (Red+Green+Blue) = 210+132+141=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 210 - color contains mainly: red. Hex color #D2848D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2848D is #2D7B72. Grayscale: #9C9C9C. Windows color (decimal): -2980723 or 9274578. OLE color: 9274578.

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

Color convert

RGB 210 132 141 -
CMYK 0 0.37 0.33 0.18
HSL 353.08º 0.46% 0.67% -
HSV(B) 353.08º 0.37% 0.82% -
XYZ 39.64 32.13 29.31 -
YUV 156.35 119.34 166.27 -
System Red Green Blue C M Y K H S L
Decimal 210 132 141 0 0.37 0.33 0.18 353.08 0.46 0.67
Hex D2 84 8D 0 25 21 12 161 2E 43
Octal 322 204 215 0 45 41 22 541 56 103
Binary 11010010 10000100 10001101 0 100101 100001 10010 101100001 101110 1000011

Color Harmonies of #D2848D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2848D

Black with #D2848D

Text Example


Text Example

White with #D2848D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2848D; }

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

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

background-color css

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

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

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

border-color css

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

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

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