Html Css Color HEX #D38194 Puce

📋 copy color: '#D38194'

red 211 ◦ green 129 ◦ blue 148

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

Shades of Puce #D38194

Tints of Puce #D38194

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.43%

 BLUE value IS 148 (58.2% from 255) = 30.33%

R = 43.24%
G = 26.43%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D38194 (or 0xD38194) is known color: Puce. HEX triplet: D3, 81 and 94. RGB value is (211,129,148). Sum of RGB (Red+Green+Blue) = 211+129+148=488 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.24% from 488); Green value is 129 (50.78% from 255 or 26.43% from 488); Blue value is 148 (58.20% from 255 or 30.33% from 488); Max value from RGB is 211 - color contains mainly: red. Hex color #D38194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38194 is #2C7E6B. Grayscale: #9B9B9B. Windows color (decimal): -2915948 or 9732563. OLE color: 9732563.

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

Color convert

RGB 211 129 148 -
CMYK 0 0.39 0.30 0.17
HSL 346.1º 0.48% 0.67% -
HSV(B) 346.1º 0.39% 0.83% -
XYZ 40.06 31.69 32.02 -
YUV 155.68 123.67 167.46 -
System Red Green Blue C M Y K H S L
Decimal 211 129 148 0 0.39 0.30 0.17 346.1 0.48 0.67
Hex D3 81 94 0 27 1E 11 15A 30 43
Octal 323 201 224 0 47 36 21 532 60 103
Binary 11010011 10000001 10010100 0 100111 11110 10001 101011010 110000 1000011

Color Harmonies of #D38194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38194

Black with #D38194

Text Example


Text Example

White with #D38194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38194; }

 p { color: rgb(211,129,148); }

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

background-color css

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

 a { background-color: rgb(211,129,148); }

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

border-color css

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

 span { border-color: rgb(211,129,148); }

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