Html Css Color HEX #D2858D Puce

📋 copy color: '#D2858D'

red 210 ◦ green 133 ◦ blue 141

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

Shades of Puce #D2858D

Tints of Puce #D2858D

RGB

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

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

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

R = 43.39%
G = 27.48%
B = 29.13%

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

#D2858D (or 0xD2858D) is known color: Puce. HEX triplet: D2, 85 and 8D. RGB value is (210,133,141). Sum of RGB (Red+Green+Blue) = 210+133+141=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 133 (52.34% from 255 or 27.48% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 210 - color contains mainly: red. Hex color #D2858D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2858D is #2D7A72. Grayscale: #9C9C9C. Windows color (decimal): -2980467 or 9274834. OLE color: 9274834.

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

Color convert

RGB 210 133 141 -
CMYK 0 0.37 0.33 0.18
HSL 353.77º 0.46% 0.67% -
HSV(B) 353.77º 0.37% 0.82% -
XYZ 39.77 32.4 29.36 -
YUV 156.94 119.01 165.85 -
System Red Green Blue C M Y K H S L
Decimal 210 133 141 0 0.37 0.33 0.18 353.77 0.46 0.67
Hex D2 85 8D 0 25 21 12 162 2E 43
Octal 322 205 215 0 45 41 22 542 56 103
Binary 11010010 10000101 10001101 0 100101 100001 10010 101100010 101110 1000011

Color Harmonies of #D2858D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2858D

Black with #D2858D

Text Example


Text Example

White with #D2858D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2858D; }

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

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

background-color css

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

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

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

border-color css

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

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

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