Html Css Color HEX #D58290 Puce

📋 copy color: '#D58290'

red 213 ◦ green 130 ◦ blue 144

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

Shades of Puce #D58290

Tints of Puce #D58290

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.69%

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

R = 43.74%
G = 26.69%
B = 29.57%

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

#D58290 (or 0xD58290) is known color: Puce. HEX triplet: D5, 82 and 90. RGB value is (213,130,144). Sum of RGB (Red+Green+Blue) = 213+130+144=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 144 (56.64% from 255 or 29.57% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D58290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58290 is #2A7D6F. Grayscale: #9C9C9C. Windows color (decimal): -2784624 or 9470677. OLE color: 9470677.

HSL color Cylindrical-coordinate representation of color #D58290: hue angle of 349.88º 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 #D58290 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 130 144 -
CMYK 0 0.39 0.32 0.16
HSL 349.88º 0.5% 0.67% -
HSV(B) 349.88º 0.39% 0.84% -
XYZ 40.46 32.13 30.45 -
YUV 156.41 121 168.36 -
System Red Green Blue C M Y K H S L
Decimal 213 130 144 0 0.39 0.32 0.16 349.88 0.5 0.67
Hex D5 82 90 0 27 20 10 15E 32 43
Octal 325 202 220 0 47 40 20 536 62 103
Binary 11010101 10000010 10010000 0 100111 100000 10000 101011110 110010 1000011

Color Harmonies of #D58290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58290

Black with #D58290

Text Example


Text Example

White with #D58290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58290; }

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

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

background-color css

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

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

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

border-color css

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

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

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