Html Css Color HEX #D18293 Puce

📋 copy color: '#D18293'

red 209 ◦ green 130 ◦ blue 147

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

Shades of Puce #D18293

Tints of Puce #D18293

RGB

 RED value IS 209 (82.03% from 255) = 43%

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

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

R = 43%
G = 26.75%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D18293 (or 0xD18293) is known color: Puce. HEX triplet: D1, 82 and 93. RGB value is (209,130,147). Sum of RGB (Red+Green+Blue) = 209+130+147=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 147 (57.81% from 255 or 30.25% from 486); Max value from RGB is 209 - color contains mainly: red. Hex color #D18293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18293 is #2E7D6C. Grayscale: #9B9B9B. Windows color (decimal): -3046765 or 9667281. OLE color: 9667281.

HSL color Cylindrical-coordinate representation of color #D18293: hue angle of 347.09º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D18293 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 130 147 -
CMYK 0 0.38 0.30 0.18
HSL 347.09º 0.46% 0.66% -
HSV(B) 347.09º 0.38% 0.82% -
XYZ 39.54 31.63 31.62 -
YUV 155.56 123.17 166.12 -
System Red Green Blue C M Y K H S L
Decimal 209 130 147 0 0.38 0.30 0.18 347.09 0.46 0.66
Hex D1 82 93 0 26 1E 12 15B 2E 42
Octal 321 202 223 0 46 36 22 533 56 102
Binary 11010001 10000010 10010011 0 100110 11110 10010 101011011 101110 1000010

Color Harmonies of #D18293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18293

Black with #D18293

Text Example


Text Example

White with #D18293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18293; }

 p { color: rgb(209,130,147); }

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

background-color css

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

 a { background-color: rgb(209,130,147); }

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

border-color css

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

 span { border-color: rgb(209,130,147); }

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