Html Css Color HEX #D28394 Puce

📋 copy color: '#D28394'

red 210 ◦ green 131 ◦ blue 148

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

Shades of Puce #D28394

Tints of Puce #D28394

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.79%

 BLUE value IS 148 (58.2% from 255) = 30.27%

R = 42.94%
G = 26.79%
B = 30.27%

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

#D28394 (or 0xD28394) is known color: Puce. HEX triplet: D2, 83 and 94. RGB value is (210,131,148). Sum of RGB (Red+Green+Blue) = 210+131+148=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 131 (51.56% from 255 or 26.79% from 489); Blue value is 148 (58.20% from 255 or 30.27% from 489); Max value from RGB is 210 - color contains mainly: red. Hex color #D28394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28394 is #2D7C6B. Grayscale: #9C9C9C. Windows color (decimal): -2980972 or 9733074. OLE color: 9733074.

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

Color convert

RGB 210 131 148 -
CMYK 0 0.38 0.30 0.18
HSL 347.09º 0.47% 0.67% -
HSV(B) 347.09º 0.38% 0.82% -
XYZ 40.04 32.07 32.1 -
YUV 156.56 123.17 166.12 -
System Red Green Blue C M Y K H S L
Decimal 210 131 148 0 0.38 0.30 0.18 347.09 0.47 0.67
Hex D2 83 94 0 26 1E 12 15B 2F 43
Octal 322 203 224 0 46 36 22 533 57 103
Binary 11010010 10000011 10010100 0 100110 11110 10010 101011011 101111 1000011

Color Harmonies of #D28394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28394

Black with #D28394

Text Example


Text Example

White with #D28394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28394; }

 p { color: rgb(210,131,148); }

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

background-color css

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

 a { background-color: rgb(210,131,148); }

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

border-color css

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

 span { border-color: rgb(210,131,148); }

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