Html Css Color HEX #D28595 Puce

📋 copy color: '#D28595'

red 210 ◦ green 133 ◦ blue 149

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

Shades of Puce #D28595

Tints of Puce #D28595

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.03%

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

R = 42.68%
G = 27.03%
B = 30.28%

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

#D28595 (or 0xD28595) is known color: Puce. HEX triplet: D2, 85 and 95. RGB value is (210,133,149). Sum of RGB (Red+Green+Blue) = 210+133+149=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 133 (52.34% from 255 or 27.03% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 210 - color contains mainly: red. Hex color #D28595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28595 is #2D7A6A. Grayscale: #9D9D9D. Windows color (decimal): -2980459 or 9799122. OLE color: 9799122.

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

Color convert

RGB 210 133 149 -
CMYK 0 0.37 0.29 0.18
HSL 347.53º 0.46% 0.67% -
HSV(B) 347.53º 0.37% 0.82% -
XYZ 40.39 32.65 32.61 -
YUV 157.85 123.01 165.2 -
System Red Green Blue C M Y K H S L
Decimal 210 133 149 0 0.37 0.29 0.18 347.53 0.46 0.67
Hex D2 85 95 0 25 1D 12 15C 2E 43
Octal 322 205 225 0 45 35 22 534 56 103
Binary 11010010 10000101 10010101 0 100101 11101 10010 101011100 101110 1000011

Color Harmonies of #D28595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28595

Black with #D28595

Text Example


Text Example

White with #D28595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28595; }

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

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

background-color css

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

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

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

border-color css

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

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

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