Html Css Color HEX #D5858B Puce

📋 copy color: '#D5858B'

red 213 ◦ green 133 ◦ blue 139

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

Shades of Puce #D5858B

Tints of Puce #D5858B

RGB

 RED value IS 213 (83.59% from 255) = 43.92%

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

 BLUE value IS 139 (54.69% from 255) = 28.66%

R = 43.92%
G = 27.42%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D5858B (or 0xD5858B) is known color: Puce. HEX triplet: D5, 85 and 8B. RGB value is (213,133,139). Sum of RGB (Red+Green+Blue) = 213+133+139=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 139 (54.69% from 255 or 28.66% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D5858B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5858B is #2A7A74. Grayscale: #9D9D9D. Windows color (decimal): -2783861 or 9143765. OLE color: 9143765.

HSL color Cylindrical-coordinate representation of color #D5858B: hue angle of 355.5º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D5858B is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 133 139 -
CMYK 0 0.38 0.35 0.16
HSL 355.5º 0.49% 0.68% -
HSV(B) 355.5º 0.38% 0.84% -
XYZ 40.49 32.79 28.62 -
YUV 157.6 117.5 167.51 -
System Red Green Blue C M Y K H S L
Decimal 213 133 139 0 0.38 0.35 0.16 355.5 0.49 0.68
Hex D5 85 8B 0 26 23 10 164 31 44
Octal 325 205 213 0 46 43 20 544 61 104
Binary 11010101 10000101 10001011 0 100110 100011 10000 101100100 110001 1000100

Color Harmonies of #D5858B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5858B

Black with #D5858B

Text Example


Text Example

White with #D5858B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5858B; }

 p { color: rgb(213,133,139); }

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

background-color css

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

 a { background-color: rgb(213,133,139); }

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

border-color css

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

 span { border-color: rgb(213,133,139); }

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