Html Css Color HEX #D38099 Puce

📋 copy color: '#D38099'

red 211 ◦ green 128 ◦ blue 153

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

Shades of Puce #D38099

Tints of Puce #D38099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 31.1%

R = 42.89%
G = 26.02%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D38099 (or 0xD38099) is known color: Puce. HEX triplet: D3, 80 and 99. RGB value is (211,128,153). Sum of RGB (Red+Green+Blue) = 211+128+153=492 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.89% from 492); Green value is 128 (50.39% from 255 or 26.02% from 492); Blue value is 153 (60.16% from 255 or 31.10% from 492); Max value from RGB is 211 - color contains mainly: red. Hex color #D38099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38099 is #2C7F66. Grayscale: #9B9B9B. Windows color (decimal): -2916199 or 10059987. OLE color: 10059987.

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

Color convert

RGB 211 128 153 -
CMYK 0 0.39 0.27 0.17
HSL 341.93º 0.49% 0.66% -
HSV(B) 341.93º 0.39% 0.83% -
XYZ 40.33 31.59 34.11 -
YUV 155.67 126.5 167.47 -
System Red Green Blue C M Y K H S L
Decimal 211 128 153 0 0.39 0.27 0.17 341.93 0.49 0.66
Hex D3 80 99 0 27 1B 11 156 31 42
Octal 323 200 231 0 47 33 21 526 61 102
Binary 11010011 10000000 10011001 0 100111 11011 10001 101010110 110001 1000010

Color Harmonies of #D38099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38099

Black with #D38099

Text Example


Text Example

White with #D38099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38099; }

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

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

background-color css

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

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

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

border-color css

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

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

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