Html Css Color HEX #D3809A Puce

📋 copy color: '#D3809A'

red 211 ◦ green 128 ◦ blue 154

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

Shades of Puce #D3809A

Tints of Puce #D3809A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.24%

R = 42.8%
G = 25.96%
B = 31.24%

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

#D3809A (or 0xD3809A) is known color: Puce. HEX triplet: D3, 80 and 9A. RGB value is (211,128,154). Sum of RGB (Red+Green+Blue) = 211+128+154=493 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.80% from 493); Green value is 128 (50.39% from 255 or 25.96% from 493); Blue value is 154 (60.55% from 255 or 31.24% from 493); Max value from RGB is 211 - color contains mainly: red. Hex color #D3809A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3809A is #2C7F65. Grayscale: #9B9B9B. Windows color (decimal): -2916198 or 10125523. OLE color: 10125523.

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

Color convert

RGB 211 128 154 -
CMYK 0 0.39 0.27 0.17
HSL 341.2º 0.49% 0.66% -
HSV(B) 341.2º 0.39% 0.83% -
XYZ 40.42 31.62 34.55 -
YUV 155.78 127 167.39 -
System Red Green Blue C M Y K H S L
Decimal 211 128 154 0 0.39 0.27 0.17 341.2 0.49 0.66
Hex D3 80 9A 0 27 1B 11 155 31 42
Octal 323 200 232 0 47 33 21 525 61 102
Binary 11010011 10000000 10011010 0 100111 11011 10001 101010101 110001 1000010

Color Harmonies of #D3809A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3809A

Black with #D3809A

Text Example


Text Example

White with #D3809A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3809A; }

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

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

background-color css

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

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

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

border-color css

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

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

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