Html Css Color HEX #D28493 Puce

📋 copy color: '#D28493'

red 210 ◦ green 132 ◦ blue 147

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

Shades of Puce #D28493

Tints of Puce #D28493

RGB

 RED value IS 210 (82.42% from 255) = 42.94%

 GREEN value IS 132 (51.95% from 255) = 26.99%

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

R = 42.94%
G = 26.99%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D28493 (or 0xD28493) is known color: Puce. HEX triplet: D2, 84 and 93. RGB value is (210,132,147). Sum of RGB (Red+Green+Blue) = 210+132+147=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 132 (51.95% from 255 or 26.99% from 489); Blue value is 147 (57.81% from 255 or 30.06% from 489); Max value from RGB is 210 - color contains mainly: red. Hex color #D28493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28493 is #2D7B6C. Grayscale: #9D9D9D. Windows color (decimal): -2980717 or 9667794. OLE color: 9667794.

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

Color convert

RGB 210 132 147 -
CMYK 0 0.37 0.30 0.18
HSL 348.46º 0.46% 0.67% -
HSV(B) 348.46º 0.37% 0.82% -
XYZ 40.1 32.31 31.73 -
YUV 157.03 122.34 165.78 -
System Red Green Blue C M Y K H S L
Decimal 210 132 147 0 0.37 0.30 0.18 348.46 0.46 0.67
Hex D2 84 93 0 25 1E 12 15C 2E 43
Octal 322 204 223 0 45 36 22 534 56 103
Binary 11010010 10000100 10010011 0 100101 11110 10010 101011100 101110 1000011

Color Harmonies of #D28493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28493

Black with #D28493

Text Example


Text Example

White with #D28493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28493; }

 p { color: rgb(210,132,147); }

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

background-color css

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

 a { background-color: rgb(210,132,147); }

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

border-color css

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

 span { border-color: rgb(210,132,147); }

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