Html Css Color HEX #D58095 Puce

📋 copy color: '#D58095'

red 213 ◦ green 128 ◦ blue 149

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

Shades of Puce #D58095

Tints of Puce #D58095

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.12%

 BLUE value IS 149 (58.59% from 255) = 30.41%

R = 43.47%
G = 26.12%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D58095 (or 0xD58095) is known color: Puce. HEX triplet: D5, 80 and 95. RGB value is (213,128,149). Sum of RGB (Red+Green+Blue) = 213+128+149=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 128 (50.39% from 255 or 26.12% from 490); Blue value is 149 (58.59% from 255 or 30.41% from 490); Max value from RGB is 213 - color contains mainly: red. Hex color #D58095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58095 is #2A7F6A. Grayscale: #9B9B9B. Windows color (decimal): -2785131 or 9797845. OLE color: 9797845.

HSL color Cylindrical-coordinate representation of color #D58095: hue angle of 345.18º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D58095 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 128 149 -
CMYK 0 0.40 0.30 0.16
HSL 345.18º 0.5% 0.67% -
HSV(B) 345.18º 0.4% 0.84% -
XYZ 40.58 31.75 32.42 -
YUV 155.81 124.16 168.79 -
System Red Green Blue C M Y K H S L
Decimal 213 128 149 0 0.40 0.30 0.16 345.18 0.5 0.67
Hex D5 80 95 0 28 1E 10 159 32 43
Octal 325 200 225 0 50 36 20 531 62 103
Binary 11010101 10000000 10010101 0 101000 11110 10000 101011001 110010 1000011

Color Harmonies of #D58095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58095

Black with #D58095

Text Example


Text Example

White with #D58095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58095; }

 p { color: rgb(213,128,149); }

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

background-color css

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

 a { background-color: rgb(213,128,149); }

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

border-color css

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

 span { border-color: rgb(213,128,149); }

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