Html Css Color HEX #D28096 Puce

📋 copy color: '#D28096'

red 210 ◦ green 128 ◦ blue 150

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

Shades of Puce #D28096

Tints of Puce #D28096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.74%

R = 43.03%
G = 26.23%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D28096 (or 0xD28096) is known color: Puce. HEX triplet: D2, 80 and 96. RGB value is (210,128,150). Sum of RGB (Red+Green+Blue) = 210+128+150=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 150 (58.98% from 255 or 30.74% from 488); Max value from RGB is 210 - color contains mainly: red. Hex color #D28096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28096 is #2D7F69. Grayscale: #9B9B9B. Windows color (decimal): -2981738 or 9863378. OLE color: 9863378.

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

Color convert

RGB 210 128 150 -
CMYK 0 0.39 0.29 0.18
HSL 343.9º 0.48% 0.66% -
HSV(B) 343.9º 0.39% 0.82% -
XYZ 39.8 31.34 32.81 -
YUV 155.03 125.17 167.21 -
System Red Green Blue C M Y K H S L
Decimal 210 128 150 0 0.39 0.29 0.18 343.9 0.48 0.66
Hex D2 80 96 0 27 1D 12 158 30 42
Octal 322 200 226 0 47 35 22 530 60 102
Binary 11010010 10000000 10010110 0 100111 11101 10010 101011000 110000 1000010

Color Harmonies of #D28096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28096

Black with #D28096

Text Example


Text Example

White with #D28096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28096; }

 p { color: rgb(210,128,150); }

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

background-color css

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

 a { background-color: rgb(210,128,150); }

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

border-color css

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

 span { border-color: rgb(210,128,150); }

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