Html Css Color HEX #D58093 Puce

📋 copy color: '#D58093'

red 213 ◦ green 128 ◦ blue 147

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

Shades of Puce #D58093

Tints of Puce #D58093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.12%

R = 43.65%
G = 26.23%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D58093 (or 0xD58093) is known color: Puce. HEX triplet: D5, 80 and 93. RGB value is (213,128,147). Sum of RGB (Red+Green+Blue) = 213+128+147=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D58093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58093 is #2A7F6C. Grayscale: #9B9B9B. Windows color (decimal): -2785133 or 9666773. OLE color: 9666773.

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

Color convert

RGB 213 128 147 -
CMYK 0 0.40 0.31 0.16
HSL 346.59º 0.5% 0.67% -
HSV(B) 346.59º 0.4% 0.84% -
XYZ 40.43 31.69 31.59 -
YUV 155.58 123.16 168.96 -
System Red Green Blue C M Y K H S L
Decimal 213 128 147 0 0.40 0.31 0.16 346.59 0.5 0.67
Hex D5 80 93 0 28 1F 10 15B 32 43
Octal 325 200 223 0 50 37 20 533 62 103
Binary 11010101 10000000 10010011 0 101000 11111 10000 101011011 110010 1000011

Color Harmonies of #D58093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58093

Black with #D58093

Text Example


Text Example

White with #D58093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58093; }

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

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

background-color css

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

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

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

border-color css

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

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

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