Html Css Color HEX #D48293 Puce

📋 copy color: '#D48293'

red 212 ◦ green 130 ◦ blue 147

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

Shades of Puce #D48293

Tints of Puce #D48293

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.58%

 BLUE value IS 147 (57.81% from 255) = 30.06%

R = 43.35%
G = 26.58%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#D48293 (or 0xD48293) is known color: Puce. HEX triplet: D4, 82 and 93. RGB value is (212,130,147). Sum of RGB (Red+Green+Blue) = 212+130+147=489 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.35% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 147 (57.81% from 255 or 30.06% from 489); Max value from RGB is 212 - color contains mainly: red. Hex color #D48293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48293 is #2B7D6C. Grayscale: #9C9C9C. Windows color (decimal): -2850157 or 9667284. OLE color: 9667284.

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

Color convert

RGB 212 130 147 -
CMYK 0 0.39 0.31 0.17
HSL 347.56º 0.49% 0.67% -
HSV(B) 347.56º 0.39% 0.83% -
XYZ 40.4 32.07 31.66 -
YUV 156.46 122.67 167.62 -
System Red Green Blue C M Y K H S L
Decimal 212 130 147 0 0.39 0.31 0.17 347.56 0.49 0.67
Hex D4 82 93 0 27 1F 11 15C 31 43
Octal 324 202 223 0 47 37 21 534 61 103
Binary 11010100 10000010 10010011 0 100111 11111 10001 101011100 110001 1000011

Color Harmonies of #D48293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48293

Black with #D48293

Text Example


Text Example

White with #D48293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48293; }

 p { color: rgb(212,130,147); }

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

background-color css

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

 a { background-color: rgb(212,130,147); }

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

border-color css

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

 span { border-color: rgb(212,130,147); }

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