Html Css Color HEX #D28191 Puce

📋 copy color: '#D28191'

red 210 ◦ green 129 ◦ blue 145

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

Shades of Puce #D28191

Tints of Puce #D28191

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.65%

 BLUE value IS 145 (57.03% from 255) = 29.96%

R = 43.39%
G = 26.65%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D28191 (or 0xD28191) is known color: Puce. HEX triplet: D2, 81 and 91. RGB value is (210,129,145). Sum of RGB (Red+Green+Blue) = 210+129+145=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 129 (50.78% from 255 or 26.65% from 484); Blue value is 145 (57.03% from 255 or 29.96% from 484); Max value from RGB is 210 - color contains mainly: red. Hex color #D28191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28191 is #2D7E6E. Grayscale: #9B9B9B. Windows color (decimal): -2981487 or 9535954. OLE color: 9535954.

HSL color Cylindrical-coordinate representation of color #D28191: hue angle of 348.15º degrees, saturation: 0.47, 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 #D28191 is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 129 145 -
CMYK 0 0.39 0.31 0.18
HSL 348.15º 0.47% 0.66% -
HSV(B) 348.15º 0.39% 0.82% -
XYZ 39.54 31.45 30.77 -
YUV 155.04 122.34 167.2 -
System Red Green Blue C M Y K H S L
Decimal 210 129 145 0 0.39 0.31 0.18 348.15 0.47 0.66
Hex D2 81 91 0 27 1F 12 15C 2F 42
Octal 322 201 221 0 47 37 22 534 57 102
Binary 11010010 10000001 10010001 0 100111 11111 10010 101011100 101111 1000010

Color Harmonies of #D28191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28191

Black with #D28191

Text Example


Text Example

White with #D28191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28191; }

 p { color: rgb(210,129,145); }

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

background-color css

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

 a { background-color: rgb(210,129,145); }

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

border-color css

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

 span { border-color: rgb(210,129,145); }

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