Html Css Color HEX #D28495 Puce

📋 copy color: '#D28495'

red 210 ◦ green 132 ◦ blue 149

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

Shades of Puce #D28495

Tints of Puce #D28495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.35%

R = 42.77%
G = 26.88%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D28495 (or 0xD28495) is known color: Puce. HEX triplet: D2, 84 and 95. RGB value is (210,132,149). Sum of RGB (Red+Green+Blue) = 210+132+149=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 132 (51.95% from 255 or 26.88% from 491); Blue value is 149 (58.59% from 255 or 30.35% from 491); Max value from RGB is 210 - color contains mainly: red. Hex color #D28495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28495 is #2D7B6A. Grayscale: #9D9D9D. Windows color (decimal): -2980715 or 9798866. OLE color: 9798866.

HSL color Cylindrical-coordinate representation of color #D28495: hue angle of 346.92º 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 #D28495 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 132 149 -
CMYK 0 0.37 0.29 0.18
HSL 346.92º 0.46% 0.67% -
HSV(B) 346.92º 0.37% 0.82% -
XYZ 40.25 32.37 32.56 -
YUV 157.26 123.34 165.62 -
System Red Green Blue C M Y K H S L
Decimal 210 132 149 0 0.37 0.29 0.18 346.92 0.46 0.67
Hex D2 84 95 0 25 1D 12 15B 2E 43
Octal 322 204 225 0 45 35 22 533 56 103
Binary 11010010 10000100 10010101 0 100101 11101 10010 101011011 101110 1000011

Color Harmonies of #D28495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28495

Black with #D28495

Text Example


Text Example

White with #D28495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28495; }

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

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

background-color css

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

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

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

border-color css

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

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

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