Html Css Color HEX #D28591 Puce

📋 copy color: '#D28591'

red 210 ◦ green 133 ◦ blue 145

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

Shades of Puce #D28591

Tints of Puce #D28591

RGB

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

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

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

R = 43.03%
G = 27.25%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D28591 (or 0xD28591) is known color: Puce. HEX triplet: D2, 85 and 91. RGB value is (210,133,145). Sum of RGB (Red+Green+Blue) = 210+133+145=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 145 (57.03% from 255 or 29.71% from 488); Max value from RGB is 210 - color contains mainly: red. Hex color #D28591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28591 is #2D7A6E. Grayscale: #9D9D9D. Windows color (decimal): -2980463 or 9536978. OLE color: 9536978.

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

Color convert

RGB 210 133 145 -
CMYK 0 0.37 0.31 0.18
HSL 350.65º 0.46% 0.67% -
HSV(B) 350.65º 0.37% 0.82% -
XYZ 40.08 32.52 30.95 -
YUV 157.39 121.01 165.52 -
System Red Green Blue C M Y K H S L
Decimal 210 133 145 0 0.37 0.31 0.18 350.65 0.46 0.67
Hex D2 85 91 0 25 1F 12 15F 2E 43
Octal 322 205 221 0 45 37 22 537 56 103
Binary 11010010 10000101 10010001 0 100101 11111 10010 101011111 101110 1000011

Color Harmonies of #D28591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28591

Black with #D28591

Text Example


Text Example

White with #D28591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28591; }

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

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

background-color css

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

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

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

border-color css

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

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

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