Html Css Color HEX #D38092 Puce

📋 copy color: '#D38092'

red 211 ◦ green 128 ◦ blue 146

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

Shades of Puce #D38092

Tints of Puce #D38092

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.39%

 BLUE value IS 146 (57.42% from 255) = 30.1%

R = 43.51%
G = 26.39%
B = 30.1%

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

#D38092 (or 0xD38092) is known color: Puce. HEX triplet: D3, 80 and 92. RGB value is (211,128,146). Sum of RGB (Red+Green+Blue) = 211+128+146=485 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.51% from 485); Green value is 128 (50.39% from 255 or 26.39% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 211 - color contains mainly: red. Hex color #D38092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38092 is #2C7F6D. Grayscale: #9A9A9A. Windows color (decimal): -2916206 or 9601235. OLE color: 9601235.

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

Color convert

RGB 211 128 146 -
CMYK 0 0.39 0.31 0.17
HSL 346.99º 0.49% 0.66% -
HSV(B) 346.99º 0.39% 0.83% -
XYZ 39.77 31.36 31.15 -
YUV 154.87 123 168.04 -
System Red Green Blue C M Y K H S L
Decimal 211 128 146 0 0.39 0.31 0.17 346.99 0.49 0.66
Hex D3 80 92 0 27 1F 11 15B 31 42
Octal 323 200 222 0 47 37 21 533 61 102
Binary 11010011 10000000 10010010 0 100111 11111 10001 101011011 110001 1000010

Color Harmonies of #D38092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38092

Black with #D38092

Text Example


Text Example

White with #D38092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38092; }

 p { color: rgb(211,128,146); }

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

background-color css

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

 a { background-color: rgb(211,128,146); }

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

border-color css

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

 span { border-color: rgb(211,128,146); }

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