Html Css Color HEX #D28590 Puce

📋 copy color: '#D28590'

red 210 ◦ green 133 ◦ blue 144

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

Shades of Puce #D28590

Tints of Puce #D28590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.57%

R = 43.12%
G = 27.31%
B = 29.57%

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

#D28590 (or 0xD28590) is known color: Puce. HEX triplet: D2, 85 and 90. RGB value is (210,133,144). Sum of RGB (Red+Green+Blue) = 210+133+144=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 133 (52.34% from 255 or 27.31% from 487); Blue value is 144 (56.64% from 255 or 29.57% from 487); Max value from RGB is 210 - color contains mainly: red. Hex color #D28590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28590 is #2D7A6F. Grayscale: #9D9D9D. Windows color (decimal): -2980464 or 9471442. OLE color: 9471442.

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

Color convert

RGB 210 133 144 -
CMYK 0 0.37 0.31 0.18
HSL 351.43º 0.46% 0.67% -
HSV(B) 351.43º 0.37% 0.82% -
XYZ 40 32.49 30.55 -
YUV 157.28 120.51 165.61 -
System Red Green Blue C M Y K H S L
Decimal 210 133 144 0 0.37 0.31 0.18 351.43 0.46 0.67
Hex D2 85 90 0 25 1F 12 15F 2E 43
Octal 322 205 220 0 45 37 22 537 56 103
Binary 11010010 10000101 10010000 0 100101 11111 10010 101011111 101110 1000011

Color Harmonies of #D28590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28590

Black with #D28590

Text Example


Text Example

White with #D28590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28590; }

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

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

background-color css

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

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

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

border-color css

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

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

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