Html Css Color HEX #D28690 Puce

📋 copy color: '#D28690'

red 210 ◦ green 134 ◦ blue 144

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

Shades of Puce #D28690

Tints of Puce #D28690

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.46%

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

R = 43.03%
G = 27.46%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D28690 (or 0xD28690) is known color: Puce. HEX triplet: D2, 86 and 90. RGB value is (210,134,144). Sum of RGB (Red+Green+Blue) = 210+134+144=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 134 (52.73% from 255 or 27.46% from 488); Blue value is 144 (56.64% from 255 or 29.51% from 488); Max value from RGB is 210 - color contains mainly: red. Hex color #D28690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28690 is #2D796F. Grayscale: #9D9D9D. Windows color (decimal): -2980208 or 9471698. OLE color: 9471698.

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

Color convert

RGB 210 134 144 -
CMYK 0 0.36 0.31 0.18
HSL 352.11º 0.46% 0.67% -
HSV(B) 352.11º 0.36% 0.82% -
XYZ 40.14 32.77 30.59 -
YUV 157.86 120.18 165.19 -
System Red Green Blue C M Y K H S L
Decimal 210 134 144 0 0.36 0.31 0.18 352.11 0.46 0.67
Hex D2 86 90 0 24 1F 12 160 2E 43
Octal 322 206 220 0 44 37 22 540 56 103
Binary 11010010 10000110 10010000 0 100100 11111 10010 101100000 101110 1000011

Color Harmonies of #D28690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28690

Black with #D28690

Text Example


Text Example

White with #D28690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28690; }

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

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

background-color css

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

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

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

border-color css

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

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

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