Html Css Color HEX #D48490 Puce

📋 copy color: '#D48490'

red 212 ◦ green 132 ◦ blue 144

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

Shades of Puce #D48490

Tints of Puce #D48490

RGB

 RED value IS 212 (83.2% from 255) = 43.44%

 GREEN value IS 132 (51.95% from 255) = 27.05%

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

R = 43.44%
G = 27.05%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#D48490 (or 0xD48490) is known color: Puce. HEX triplet: D4, 84 and 90. RGB value is (212,132,144). Sum of RGB (Red+Green+Blue) = 212+132+144=488 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.44% from 488); Green value is 132 (51.95% from 255 or 27.05% from 488); Blue value is 144 (56.64% from 255 or 29.51% from 488); Max value from RGB is 212 - color contains mainly: red. Hex color #D48490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48490 is #2B7B6F. Grayscale: #9D9D9D. Windows color (decimal): -2849648 or 9471188. OLE color: 9471188.

HSL color Cylindrical-coordinate representation of color #D48490: hue angle of 351º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D48490 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 132 144 -
CMYK 0 0.38 0.32 0.17
HSL 351º 0.48% 0.67% -
HSV(B) 351º 0.38% 0.83% -
XYZ 40.44 32.51 30.53 -
YUV 157.29 120.5 167.02 -
System Red Green Blue C M Y K H S L
Decimal 212 132 144 0 0.38 0.32 0.17 351 0.48 0.67
Hex D4 84 90 0 26 20 11 15F 30 43
Octal 324 204 220 0 46 40 21 537 60 103
Binary 11010100 10000100 10010000 0 100110 100000 10001 101011111 110000 1000011

Color Harmonies of #D48490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48490

Black with #D48490

Text Example


Text Example

White with #D48490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48490; }

 p { color: rgb(212,132,144); }

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

background-color css

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

 a { background-color: rgb(212,132,144); }

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

border-color css

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

 span { border-color: rgb(212,132,144); }

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