#D3B2B9

Color #D3B2B9 Pink Flare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flare #D3B2B9

Tints of Pink Flare #D3B2B9

Color information

#D3B2B9 (or 0xD3B2B9) is unknown color: approx Pink Flare. HEX triplet: D3, B2 and B9. RGB value is (211,178,185). Sum of RGB (Red+Green+Blue) = 211+178+185=574 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.76% from 574); Green value is 178 (69.92% from 255 or 31.01% from 574); Blue value is 185 (72.66% from 255 or 32.23% from 574); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B2B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3B2B9 is #2C4D46. Grayscale: #BCBCBC. Windows color (decimal): -2903367 or 12169939. OLE color: 12169939.

HSL color Cylindrical-coordinate representation of color #D3B2B9: hue angle of 347.27º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D3B2B9 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB211178185-
CMYK00.160.120.17
HSL347.27º27.27%76.27%-
HSV(B)347.27º15.64%82.75%-
XYZ51.5449.1952.68-
YUV188.66125.93143.93-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.76%
GREEN value IS 178 (69.92% from 255) = 31.01%
BLUE value IS 185 (72.66% from 255) = 32.23%
R=36.76%
G=31.01%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117818500.160.120.17347.2727.2776.27
HexD3B2B9010C1115b1b4c
Octal323262271020142153333114
Binary110100111011001010111001010000110010001101011011110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3B2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3B2B9; }

 p { color: rgb(211,178,185); }

 H1.HeaderClassName
 {
   color: #D3B2B9;
 }
 .AnyTagClassName
 {
   color: #D3B2B9;
 }
</style>
background-color css

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

 a { background-color: rgb(211,178,185); }

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

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

 span { border-color: rgb(211,178,185); }

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