Html Css Color HEX #D38390 Puce

📋 copy color: '#D38390'

red 211 ◦ green 131 ◦ blue 144

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

Shades of Puce #D38390

Tints of Puce #D38390

RGB

 RED value IS 211 (82.81% from 255) = 43.42%

 GREEN value IS 131 (51.56% from 255) = 26.95%

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

R = 43.42%
G = 26.95%
B = 29.63%

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

#D38390 (or 0xD38390) is known color: Puce. HEX triplet: D3, 83 and 90. RGB value is (211,131,144). Sum of RGB (Red+Green+Blue) = 211+131+144=486 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.42% from 486); Green value is 131 (51.56% from 255 or 26.95% from 486); Blue value is 144 (56.64% from 255 or 29.63% from 486); Max value from RGB is 211 - color contains mainly: red. Hex color #D38390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38390 is #2C7C6F. Grayscale: #9C9C9C. Windows color (decimal): -2915440 or 9470931. OLE color: 9470931.

HSL color Cylindrical-coordinate representation of color #D38390: hue angle of 350.25º 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 #D38390 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 131 144 -
CMYK 0 0.38 0.32 0.17
HSL 350.25º 0.48% 0.67% -
HSV(B) 350.25º 0.38% 0.83% -
XYZ 40.01 32.1 30.47 -
YUV 156.4 121 166.94 -
System Red Green Blue C M Y K H S L
Decimal 211 131 144 0 0.38 0.32 0.17 350.25 0.48 0.67
Hex D3 83 90 0 26 20 11 15E 30 43
Octal 323 203 220 0 46 40 21 536 60 103
Binary 11010011 10000011 10010000 0 100110 100000 10001 101011110 110000 1000011

Color Harmonies of #D38390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38390

Black with #D38390

Text Example


Text Example

White with #D38390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38390; }

 p { color: rgb(211,131,144); }

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

background-color css

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

 a { background-color: rgb(211,131,144); }

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

border-color css

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

 span { border-color: rgb(211,131,144); }

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