Html Css Color HEX #D58190 Puce

📋 copy color: '#D58190'

red 213 ◦ green 129 ◦ blue 144

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

Shades of Puce #D58190

Tints of Puce #D58190

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.54%

 BLUE value IS 144 (56.64% from 255) = 29.63%

R = 43.83%
G = 26.54%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D58190 (or 0xD58190) is known color: Puce. HEX triplet: D5, 81 and 90. RGB value is (213,129,144). Sum of RGB (Red+Green+Blue) = 213+129+144=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 129 (50.78% from 255 or 26.54% from 486); Blue value is 144 (56.64% from 255 or 29.63% from 486); Max value from RGB is 213 - color contains mainly: red. Hex color #D58190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58190 is #2A7E6F. Grayscale: #9B9B9B. Windows color (decimal): -2784880 or 9470421. OLE color: 9470421.

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

Color convert

RGB 213 129 144 -
CMYK 0 0.39 0.32 0.16
HSL 349.29º 0.5% 0.67% -
HSV(B) 349.29º 0.39% 0.84% -
XYZ 40.32 31.86 30.41 -
YUV 155.83 121.33 168.78 -
System Red Green Blue C M Y K H S L
Decimal 213 129 144 0 0.39 0.32 0.16 349.29 0.5 0.67
Hex D5 81 90 0 27 20 10 15D 32 43
Octal 325 201 220 0 47 40 20 535 62 103
Binary 11010101 10000001 10010000 0 100111 100000 10000 101011101 110010 1000011

Color Harmonies of #D58190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58190

Black with #D58190

Text Example


Text Example

White with #D58190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58190; }

 p { color: rgb(213,129,144); }

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

background-color css

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

 a { background-color: rgb(213,129,144); }

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

border-color css

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

 span { border-color: rgb(213,129,144); }

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